Shades of Reef #DAE89C
Tints of Reef #DAE89C
RGB
CMYK
RGB Variations
Color information
#DAE89C (or 0xDAE89C) is known color: Reef. HEX triplet: DA, E8 and 9C. RGB value is (218,232,156). Sum of RGB (Red+Green+Blue) = 218+232+156=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE89C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE89C is #251763. Grayscale: #DBDBDB. Windows color (decimal): -2430820 or 10283226. OLE color: 10283226.
HSL color Cylindrical-coordinate representation of color #DAE89C: hue angle of 71.05º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAE89C is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 156 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.09 |
| HSL | 71.05º | 0.62% | 0.76% | - |
| HSV(B) | 71.05º | 0.33% | 0.91% | - |
| XYZ | 63.77 | 75.02 | 42.57 | - |
| YUV | 219.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 156 | 0.06 | 0 | 0.33 | 0.09 | 71.05 | 0.62 | 0.76 |
| Hex | DA | E8 | 9C | 6 | 0 | 21 | 9 | 47 | 3E | 4C |
| Octal | 332 | 350 | 234 | 6 | 0 | 41 | 11 | 107 | 76 | 114 |
| Binary | 11011010 | 11101000 | 10011100 | 110 | 0 | 100001 | 1001 | 1000111 | 111110 | 1001100 |
Color Harmonies of #DAE89C
Complementary color
Monochromatic Colors of #DAE89C
Black with #DAE89C
Text Example
Text Example
White with #DAE89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE89C; }
p { color: rgb(218,232,156); }
H1.HeaderClassName
{
color: #DAE89C;
}
.AnyTagClassName
{
color: #DAE89C;
}
</style>
background-color css
<style>
a { background-color: #DAE89C; }
a { background-color: rgb(218,232,156); }
div.DivClassName
{
background-color: #DAE89C;
}
.BgClassName
{
background-color: #DAE89C;
}
</style>
border-color css
<style>
span { border-color: #DAE89C; }
span { border-color: rgb(218,232,156); }
td.TdClassName
{
border-color: #DAE89C;
}
.TagClassName
{
border-color: #DAE89C;
}
</style>