#DAEA98

Color #DAEA98 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DAEA98

Tints of Reef #DAEA98

Color information

#DAEA98 (or 0xDAEA98) is unknown color: approx Reef. HEX triplet: DA, EA and 98. RGB value is (218,234,152). Sum of RGB (Red+Green+Blue) = 218+234+152=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA98 is #251567. Grayscale: #DCDCDC. Windows color (decimal): -2430312 or 10021594. OLE color: 10021594.

HSL color Cylindrical-coordinate representation of color #DAEA98: hue angle of 71.71º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAEA98 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB218234152-
CMYK0.0700.350.08
HSL71.71º66.13%75.69%-
HSV(B)71.71º35.04%91.76%-
XYZ6476.0241.01-
YUV219.8789.7126.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 152 (59.77% from 255) = 25.17%
R=36.09%
G=38.74%
B=25.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341520.0700.350.0871.7166.1375.69
HexDAEA987023848424c
Octal332352230704310110102114
Binary11011010111010101001100011101000111000100100010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEA98; }

 p { color: rgb(218,234,152); }

 H1.HeaderClassName
 {
   color: #DAEA98;
 }
 .AnyTagClassName
 {
   color: #DAEA98;
 }
</style>
background-color css

<style>
 a { background-color: #DAEA98; }

 a { background-color: rgb(218,234,152); }

 div.DivClassName
 {
   background-color: #DAEA98;
 }
 .BgClassName
 {
   background-color: #DAEA98;
 }
</style>
border-color css

<style>
 span { border-color: #DAEA98; }

 span { border-color: rgb(218,234,152); }

 td.TdClassName
 {
   border-color: #DAEA98;
 }
 .TagClassName
 {
   border-color: #DAEA98;
 }
</style>