Shades of Reef #D9EEAF
Tints of Reef #D9EEAF
RGB
CMYK
RGB Variations
Color information
#D9EEAF (or 0xD9EEAF) is known color: Reef. HEX triplet: D9, EE and AF. RGB value is (217,238,175). Sum of RGB (Red+Green+Blue) = 217+238+175=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EEAF is #261150. Grayscale: #E0E0E0. Windows color (decimal): -2494801 or 11529945. OLE color: 11529945.
HSL color Cylindrical-coordinate representation of color #D9EEAF: hue angle of 80º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9EEAF is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 238 | 175 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.07 |
| HSL | 80º | 0.65% | 0.81% | - |
| HSV(B) | 80º | 0.26% | 0.93% | - |
| XYZ | 66.93 | 79 | 52.28 | - |
| YUV | 224.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 238 | 175 | 0.09 | 0 | 0.26 | 0.07 | 80 | 0.65 | 0.81 |
| Hex | D9 | EE | AF | 9 | 0 | 1A | 7 | 50 | 41 | 51 |
| Octal | 331 | 356 | 257 | 11 | 0 | 32 | 7 | 120 | 101 | 121 |
| Binary | 11011001 | 11101110 | 10101111 | 1001 | 0 | 11010 | 111 | 1010000 | 1000001 | 1010001 |
Color Harmonies of #D9EEAF
Complementary color
Monochromatic Colors of #D9EEAF
Black with #D9EEAF
Text Example
Text Example
White with #D9EEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EEAF; }
p { color: rgb(217,238,175); }
H1.HeaderClassName
{
color: #D9EEAF;
}
.AnyTagClassName
{
color: #D9EEAF;
}
</style>
background-color css
<style>
a { background-color: #D9EEAF; }
a { background-color: rgb(217,238,175); }
div.DivClassName
{
background-color: #D9EEAF;
}
.BgClassName
{
background-color: #D9EEAF;
}
</style>
border-color css
<style>
span { border-color: #D9EEAF; }
span { border-color: rgb(217,238,175); }
td.TdClassName
{
border-color: #D9EEAF;
}
.TagClassName
{
border-color: #D9EEAF;
}
</style>