Shades of Reef #DAEEAD
Tints of Reef #DAEEAD
RGB
CMYK
RGB Variations
Color information
#DAEEAD (or 0xDAEEAD) is known color: Reef. HEX triplet: DA, EE and AD. RGB value is (218,238,173). Sum of RGB (Red+Green+Blue) = 218+238+173=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEAD is #251152. Grayscale: #E0E0E0. Windows color (decimal): -2429267 or 11398874. OLE color: 11398874.
HSL color Cylindrical-coordinate representation of color #DAEEAD: hue angle of 78.46º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAEEAD is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 173 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.07 |
| HSL | 78.46º | 0.66% | 0.81% | - |
| HSV(B) | 78.46º | 0.27% | 0.93% | - |
| XYZ | 67.03 | 79.07 | 51.26 | - |
| YUV | 224.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 173 | 0.08 | 0 | 0.27 | 0.07 | 78.46 | 0.66 | 0.81 |
| Hex | DA | EE | AD | 8 | 0 | 1B | 7 | 4E | 42 | 51 |
| Octal | 332 | 356 | 255 | 10 | 0 | 33 | 7 | 116 | 102 | 121 |
| Binary | 11011010 | 11101110 | 10101101 | 1000 | 0 | 11011 | 111 | 1001110 | 1000010 | 1010001 |
Color Harmonies of #DAEEAD
Complementary color
Monochromatic Colors of #DAEEAD
Black with #DAEEAD
Text Example
Text Example
White with #DAEEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEAD; }
p { color: rgb(218,238,173); }
H1.HeaderClassName
{
color: #DAEEAD;
}
.AnyTagClassName
{
color: #DAEEAD;
}
</style>
background-color css
<style>
a { background-color: #DAEEAD; }
a { background-color: rgb(218,238,173); }
div.DivClassName
{
background-color: #DAEEAD;
}
.BgClassName
{
background-color: #DAEEAD;
}
</style>
border-color css
<style>
span { border-color: #DAEEAD; }
span { border-color: rgb(218,238,173); }
td.TdClassName
{
border-color: #DAEEAD;
}
.TagClassName
{
border-color: #DAEEAD;
}
</style>