Shades of Reef #D1EEAF
Tints of Reef #D1EEAF
RGB
CMYK
RGB Variations
Color information
#D1EEAF (or 0xD1EEAF) is known color: Reef. HEX triplet: D1, EE and AF. RGB value is (209,238,175). Sum of RGB (Red+Green+Blue) = 209+238+175=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EEAF is #2E1150. Grayscale: #DEDEDE. Windows color (decimal): -3019089 or 11529937. OLE color: 11529937.
HSL color Cylindrical-coordinate representation of color #D1EEAF: hue angle of 87.62º 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 #D1EEAF is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 238 | 175 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.07 |
| HSL | 87.62º | 0.65% | 0.81% | - |
| HSV(B) | 87.62º | 0.26% | 0.93% | - |
| XYZ | 64.61 | 77.8 | 52.17 | - |
| YUV | 222.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 238 | 175 | 0.12 | 0 | 0.26 | 0.07 | 87.62 | 0.65 | 0.81 |
| Hex | D1 | EE | AF | C | 0 | 1A | 7 | 58 | 41 | 51 |
| Octal | 321 | 356 | 257 | 14 | 0 | 32 | 7 | 130 | 101 | 121 |
| Binary | 11010001 | 11101110 | 10101111 | 1100 | 0 | 11010 | 111 | 1011000 | 1000001 | 1010001 |
Color Harmonies of #D1EEAF
Complementary color
Monochromatic Colors of #D1EEAF
Black with #D1EEAF
Text Example
Text Example
White with #D1EEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EEAF; }
p { color: rgb(209,238,175); }
H1.HeaderClassName
{
color: #D1EEAF;
}
.AnyTagClassName
{
color: #D1EEAF;
}
</style>
background-color css
<style>
a { background-color: #D1EEAF; }
a { background-color: rgb(209,238,175); }
div.DivClassName
{
background-color: #D1EEAF;
}
.BgClassName
{
background-color: #D1EEAF;
}
</style>
border-color css
<style>
span { border-color: #D1EEAF; }
span { border-color: rgb(209,238,175); }
td.TdClassName
{
border-color: #D1EEAF;
}
.TagClassName
{
border-color: #D1EEAF;
}
</style>