Shades of Reef #DAEEAB
Tints of Reef #DAEEAB
RGB
CMYK
RGB Variations
Color information
#DAEEAB (or 0xDAEEAB) is known color: Reef. HEX triplet: DA, EE and AB. RGB value is (218,238,171). Sum of RGB (Red+Green+Blue) = 218+238+171=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEAB is #251154. Grayscale: #E0E0E0. Windows color (decimal): -2429269 or 11267802. OLE color: 11267802.
HSL color Cylindrical-coordinate representation of color #DAEEAB: hue angle of 77.91º degrees, saturation: 0.66, 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 #DAEEAB is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 171 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.07 |
| HSL | 77.91º | 0.66% | 0.8% | - |
| HSV(B) | 77.91º | 0.28% | 0.93% | - |
| XYZ | 66.84 | 78.99 | 50.25 | - |
| YUV | 224.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 171 | 0.08 | 0 | 0.28 | 0.07 | 77.91 | 0.66 | 0.8 |
| Hex | DA | EE | AB | 8 | 0 | 1C | 7 | 4E | 42 | 50 |
| Octal | 332 | 356 | 253 | 10 | 0 | 34 | 7 | 116 | 102 | 120 |
| Binary | 11011010 | 11101110 | 10101011 | 1000 | 0 | 11100 | 111 | 1001110 | 1000010 | 1010000 |
Color Harmonies of #DAEEAB
Complementary color
Monochromatic Colors of #DAEEAB
Black with #DAEEAB
Text Example
Text Example
White with #DAEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEAB; }
p { color: rgb(218,238,171); }
H1.HeaderClassName
{
color: #DAEEAB;
}
.AnyTagClassName
{
color: #DAEEAB;
}
</style>
background-color css
<style>
a { background-color: #DAEEAB; }
a { background-color: rgb(218,238,171); }
div.DivClassName
{
background-color: #DAEEAB;
}
.BgClassName
{
background-color: #DAEEAB;
}
</style>
border-color css
<style>
span { border-color: #DAEEAB; }
span { border-color: rgb(218,238,171); }
td.TdClassName
{
border-color: #DAEEAB;
}
.TagClassName
{
border-color: #DAEEAB;
}
</style>