Shades of Reef #D0ECA2
Tints of Reef #D0ECA2
RGB
CMYK
RGB Variations
Color information
#D0ECA2 (or 0xD0ECA2) is known color: Reef. HEX triplet: D0, EC and A2. RGB value is (208,236,162). Sum of RGB (Red+Green+Blue) = 208+236+162=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 162 (63.67% from 255 or 26.73% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0ECA2 is #2F135D. Grayscale: #DBDBDB. Windows color (decimal): -3085150 or 10677456. OLE color: 10677456.
HSL color Cylindrical-coordinate representation of color #D0ECA2: hue angle of 82.7º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0ECA2 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 162 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.07 |
| HSL | 82.7º | 0.66% | 0.78% | - |
| HSV(B) | 82.7º | 0.31% | 0.93% | - |
| XYZ | 62.53 | 76.01 | 45.56 | - |
| YUV | 219.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 162 | 0.12 | 0 | 0.31 | 0.07 | 82.7 | 0.66 | 0.78 |
| Hex | D0 | EC | A2 | C | 0 | 1F | 7 | 53 | 42 | 4E |
| Octal | 320 | 354 | 242 | 14 | 0 | 37 | 7 | 123 | 102 | 116 |
| Binary | 11010000 | 11101100 | 10100010 | 1100 | 0 | 11111 | 111 | 1010011 | 1000010 | 1001110 |
Color Harmonies of #D0ECA2
Complementary color
Monochromatic Colors of #D0ECA2
Black with #D0ECA2
Text Example
Text Example
White with #D0ECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECA2; }
p { color: rgb(208,236,162); }
H1.HeaderClassName
{
color: #D0ECA2;
}
.AnyTagClassName
{
color: #D0ECA2;
}
</style>
background-color css
<style>
a { background-color: #D0ECA2; }
a { background-color: rgb(208,236,162); }
div.DivClassName
{
background-color: #D0ECA2;
}
.BgClassName
{
background-color: #D0ECA2;
}
</style>
border-color css
<style>
span { border-color: #D0ECA2; }
span { border-color: rgb(208,236,162); }
td.TdClassName
{
border-color: #D0ECA2;
}
.TagClassName
{
border-color: #D0ECA2;
}
</style>