Shades of Reef #D2DE9C
Tints of Reef #D2DE9C
RGB
CMYK
RGB Variations
Color information
#D2DE9C (or 0xD2DE9C) is known color: Reef. HEX triplet: D2, DE and 9C. RGB value is (210,222,156). Sum of RGB (Red+Green+Blue) = 210+222+156=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DE9C is #2D2163. Grayscale: #D3D3D3. Windows color (decimal): -2957668 or 10280658. OLE color: 10280658.
HSL color Cylindrical-coordinate representation of color #D2DE9C: hue angle of 70.91º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2DE9C is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 222 | 156 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.13 |
| HSL | 70.91º | 0.5% | 0.74% | - |
| HSV(B) | 70.91º | 0.3% | 0.87% | - |
| XYZ | 58.7 | 68.34 | 41.55 | - |
| YUV | 210.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 156 | 0.05 | 0 | 0.30 | 0.13 | 70.91 | 0.5 | 0.74 |
| Hex | D2 | DE | 9C | 5 | 0 | 1E | D | 47 | 32 | 4A |
| Octal | 322 | 336 | 234 | 5 | 0 | 36 | 15 | 107 | 62 | 112 |
| Binary | 11010010 | 11011110 | 10011100 | 101 | 0 | 11110 | 1101 | 1000111 | 110010 | 1001010 |
Color Harmonies of #D2DE9C
Complementary color
Monochromatic Colors of #D2DE9C
Black with #D2DE9C
Text Example
Text Example
White with #D2DE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DE9C; }
p { color: rgb(210,222,156); }
H1.HeaderClassName
{
color: #D2DE9C;
}
.AnyTagClassName
{
color: #D2DE9C;
}
</style>
background-color css
<style>
a { background-color: #D2DE9C; }
a { background-color: rgb(210,222,156); }
div.DivClassName
{
background-color: #D2DE9C;
}
.BgClassName
{
background-color: #D2DE9C;
}
</style>
border-color css
<style>
span { border-color: #D2DE9C; }
span { border-color: rgb(210,222,156); }
td.TdClassName
{
border-color: #D2DE9C;
}
.TagClassName
{
border-color: #D2DE9C;
}
</style>