Shades of Reef #DAEDAA
Tints of Reef #DAEDAA
RGB
CMYK
RGB Variations
Color information
#DAEDAA (or 0xDAEDAA) is known color: Reef. HEX triplet: DA, ED and AA. RGB value is (218,237,170). Sum of RGB (Red+Green+Blue) = 218+237+170=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEDAA is #251255. Grayscale: #DFDFDF. Windows color (decimal): -2429526 or 11202010. OLE color: 11202010.
HSL color Cylindrical-coordinate representation of color #DAEDAA: hue angle of 77.01º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAEDAA is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 237 | 170 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.07 |
| HSL | 77.01º | 0.65% | 0.8% | - |
| HSV(B) | 77.01º | 0.28% | 0.93% | - |
| XYZ | 66.45 | 78.38 | 49.66 | - |
| YUV | 223.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 237 | 170 | 0.08 | 0 | 0.28 | 0.07 | 77.01 | 0.65 | 0.8 |
| Hex | DA | ED | AA | 8 | 0 | 1C | 7 | 4D | 41 | 50 |
| Octal | 332 | 355 | 252 | 10 | 0 | 34 | 7 | 115 | 101 | 120 |
| Binary | 11011010 | 11101101 | 10101010 | 1000 | 0 | 11100 | 111 | 1001101 | 1000001 | 1010000 |
Color Harmonies of #DAEDAA
Complementary color
Monochromatic Colors of #DAEDAA
Black with #DAEDAA
Text Example
Text Example
White with #DAEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDAA; }
p { color: rgb(218,237,170); }
H1.HeaderClassName
{
color: #DAEDAA;
}
.AnyTagClassName
{
color: #DAEDAA;
}
</style>
background-color css
<style>
a { background-color: #DAEDAA; }
a { background-color: rgb(218,237,170); }
div.DivClassName
{
background-color: #DAEDAA;
}
.BgClassName
{
background-color: #DAEDAA;
}
</style>
border-color css
<style>
span { border-color: #DAEDAA; }
span { border-color: rgb(218,237,170); }
td.TdClassName
{
border-color: #DAEDAA;
}
.TagClassName
{
border-color: #DAEDAA;
}
</style>