Shades of Reef #D2EDB2
Tints of Reef #D2EDB2
RGB
CMYK
RGB Variations
Color information
#D2EDB2 (or 0xD2EDB2) is known color: Reef. HEX triplet: D2, ED and B2. RGB value is (210,237,178). Sum of RGB (Red+Green+Blue) = 210+237+178=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 178 (69.92% from 255 or 28.48% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EDB2 is #2D124D. Grayscale: #DEDEDE. Windows color (decimal): -2953806 or 11726290. OLE color: 11726290.
HSL color Cylindrical-coordinate representation of color #D2EDB2: hue angle of 87.46º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2EDB2 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 237 | 178 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.07 |
| HSL | 87.46º | 0.62% | 0.81% | - |
| HSV(B) | 87.46º | 0.25% | 0.93% | - |
| XYZ | 64.9 | 77.48 | 53.65 | - |
| YUV | 222.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 178 | 0.11 | 0 | 0.25 | 0.07 | 87.46 | 0.62 | 0.81 |
| Hex | D2 | ED | B2 | B | 0 | 19 | 7 | 57 | 3E | 51 |
| Octal | 322 | 355 | 262 | 13 | 0 | 31 | 7 | 127 | 76 | 121 |
| Binary | 11010010 | 11101101 | 10110010 | 1011 | 0 | 11001 | 111 | 1010111 | 111110 | 1010001 |
Color Harmonies of #D2EDB2
Complementary color
Monochromatic Colors of #D2EDB2
Black with #D2EDB2
Text Example
Text Example
White with #D2EDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EDB2; }
p { color: rgb(210,237,178); }
H1.HeaderClassName
{
color: #D2EDB2;
}
.AnyTagClassName
{
color: #D2EDB2;
}
</style>
background-color css
<style>
a { background-color: #D2EDB2; }
a { background-color: rgb(210,237,178); }
div.DivClassName
{
background-color: #D2EDB2;
}
.BgClassName
{
background-color: #D2EDB2;
}
</style>
border-color css
<style>
span { border-color: #D2EDB2; }
span { border-color: rgb(210,237,178); }
td.TdClassName
{
border-color: #D2EDB2;
}
.TagClassName
{
border-color: #D2EDB2;
}
</style>