Shades of Reef #D2E1AF
Tints of Reef #D2E1AF
RGB
CMYK
RGB Variations
Color information
#D2E1AF (or 0xD2E1AF) is known color: Reef. HEX triplet: D2, E1 and AF. RGB value is (210,225,175). Sum of RGB (Red+Green+Blue) = 210+225+175=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E1AF is #2D1E50. Grayscale: #D7D7D7. Windows color (decimal): -2956881 or 11526610. OLE color: 11526610.
HSL color Cylindrical-coordinate representation of color #D2E1AF: hue angle of 78º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2E1AF is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 175 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.12 |
| HSL | 78º | 0.45% | 0.78% | - |
| HSV(B) | 78º | 0.22% | 0.88% | - |
| XYZ | 61.24 | 70.65 | 50.97 | - |
| YUV | 214.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 175 | 0.07 | 0 | 0.22 | 0.12 | 78 | 0.45 | 0.78 |
| Hex | D2 | E1 | AF | 7 | 0 | 16 | C | 4E | 2D | 4E |
| Octal | 322 | 341 | 257 | 7 | 0 | 26 | 14 | 116 | 55 | 116 |
| Binary | 11010010 | 11100001 | 10101111 | 111 | 0 | 10110 | 1100 | 1001110 | 101101 | 1001110 |
Color Harmonies of #D2E1AF
Complementary color
Monochromatic Colors of #D2E1AF
Black with #D2E1AF
Text Example
Text Example
White with #D2E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E1AF; }
p { color: rgb(210,225,175); }
H1.HeaderClassName
{
color: #D2E1AF;
}
.AnyTagClassName
{
color: #D2E1AF;
}
</style>
background-color css
<style>
a { background-color: #D2E1AF; }
a { background-color: rgb(210,225,175); }
div.DivClassName
{
background-color: #D2E1AF;
}
.BgClassName
{
background-color: #D2E1AF;
}
</style>
border-color css
<style>
span { border-color: #D2E1AF; }
span { border-color: rgb(210,225,175); }
td.TdClassName
{
border-color: #D2E1AF;
}
.TagClassName
{
border-color: #D2E1AF;
}
</style>