Shades of Reef #D0ECAF
Tints of Reef #D0ECAF
RGB
CMYK
RGB Variations
Color information
#D0ECAF (or 0xD0ECAF) is known color: Reef. HEX triplet: D0, EC and AF. RGB value is (208,236,175). Sum of RGB (Red+Green+Blue) = 208+236+175=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0ECAF is #2F1350. Grayscale: #DCDCDC. Windows color (decimal): -3085137 or 11529424. OLE color: 11529424.
HSL color Cylindrical-coordinate representation of color #D0ECAF: hue angle of 87.54º degrees, saturation: 0.62, 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 #D0ECAF is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 175 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.07 |
| HSL | 87.54º | 0.62% | 0.81% | - |
| HSV(B) | 87.54º | 0.26% | 0.93% | - |
| XYZ | 63.75 | 76.5 | 51.96 | - |
| YUV | 220.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 175 | 0.12 | 0 | 0.26 | 0.07 | 87.54 | 0.62 | 0.81 |
| Hex | D0 | EC | AF | C | 0 | 1A | 7 | 58 | 3E | 51 |
| Octal | 320 | 354 | 257 | 14 | 0 | 32 | 7 | 130 | 76 | 121 |
| Binary | 11010000 | 11101100 | 10101111 | 1100 | 0 | 11010 | 111 | 1011000 | 111110 | 1010001 |
Color Harmonies of #D0ECAF
Complementary color
Monochromatic Colors of #D0ECAF
Black with #D0ECAF
Text Example
Text Example
White with #D0ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECAF; }
p { color: rgb(208,236,175); }
H1.HeaderClassName
{
color: #D0ECAF;
}
.AnyTagClassName
{
color: #D0ECAF;
}
</style>
background-color css
<style>
a { background-color: #D0ECAF; }
a { background-color: rgb(208,236,175); }
div.DivClassName
{
background-color: #D0ECAF;
}
.BgClassName
{
background-color: #D0ECAF;
}
</style>
border-color css
<style>
span { border-color: #D0ECAF; }
span { border-color: rgb(208,236,175); }
td.TdClassName
{
border-color: #D0ECAF;
}
.TagClassName
{
border-color: #D0ECAF;
}
</style>