Shades of Reef #D3EEAF
Tints of Reef #D3EEAF
RGB
CMYK
RGB Variations
Color information
#D3EEAF (or 0xD3EEAF) is known color: Reef. HEX triplet: D3, EE and AF. RGB value is (211,238,175). Sum of RGB (Red+Green+Blue) = 211+238+175=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EEAF is #2C1150. Grayscale: #DEDEDE. Windows color (decimal): -2888017 or 11529939. OLE color: 11529939.
HSL color Cylindrical-coordinate representation of color #D3EEAF: hue angle of 85.71º 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 #D3EEAF is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 238 | 175 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.07 |
| HSL | 85.71º | 0.65% | 0.81% | - |
| HSV(B) | 85.71º | 0.26% | 0.93% | - |
| XYZ | 65.18 | 78.09 | 52.2 | - |
| YUV | 222.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 175 | 0.11 | 0 | 0.26 | 0.07 | 85.71 | 0.65 | 0.81 |
| Hex | D3 | EE | AF | B | 0 | 1A | 7 | 56 | 41 | 51 |
| Octal | 323 | 356 | 257 | 13 | 0 | 32 | 7 | 126 | 101 | 121 |
| Binary | 11010011 | 11101110 | 10101111 | 1011 | 0 | 11010 | 111 | 1010110 | 1000001 | 1010001 |
Color Harmonies of #D3EEAF
Complementary color
Monochromatic Colors of #D3EEAF
Black with #D3EEAF
Text Example
Text Example
White with #D3EEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EEAF; }
p { color: rgb(211,238,175); }
H1.HeaderClassName
{
color: #D3EEAF;
}
.AnyTagClassName
{
color: #D3EEAF;
}
</style>
background-color css
<style>
a { background-color: #D3EEAF; }
a { background-color: rgb(211,238,175); }
div.DivClassName
{
background-color: #D3EEAF;
}
.BgClassName
{
background-color: #D3EEAF;
}
</style>
border-color css
<style>
span { border-color: #D3EEAF; }
span { border-color: rgb(211,238,175); }
td.TdClassName
{
border-color: #D3EEAF;
}
.TagClassName
{
border-color: #D3EEAF;
}
</style>