Shades of Reef #D0EFAF
Tints of Reef #D0EFAF
RGB
CMYK
RGB Variations
Color information
#D0EFAF (or 0xD0EFAF) is known color: Reef. HEX triplet: D0, EF and AF. RGB value is (208,239,175). Sum of RGB (Red+Green+Blue) = 208+239+175=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EFAF is #2F1050. Grayscale: #DEDEDE. Windows color (decimal): -3084369 or 11530192. OLE color: 11530192.
HSL color Cylindrical-coordinate representation of color #D0EFAF: hue angle of 89.06º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0EFAF is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 175 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.06 |
| HSL | 89.06º | 0.67% | 0.81% | - |
| HSV(B) | 89.06º | 0.27% | 0.94% | - |
| XYZ | 64.62 | 78.24 | 52.25 | - |
| YUV | 222.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 175 | 0.13 | 0 | 0.27 | 0.06 | 89.06 | 0.67 | 0.81 |
| Hex | D0 | EF | AF | D | 0 | 1B | 6 | 59 | 43 | 51 |
| Octal | 320 | 357 | 257 | 15 | 0 | 33 | 6 | 131 | 103 | 121 |
| Binary | 11010000 | 11101111 | 10101111 | 1101 | 0 | 11011 | 110 | 1011001 | 1000011 | 1010001 |
Color Harmonies of #D0EFAF
Complementary color
Monochromatic Colors of #D0EFAF
Black with #D0EFAF
Text Example
Text Example
White with #D0EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFAF; }
p { color: rgb(208,239,175); }
H1.HeaderClassName
{
color: #D0EFAF;
}
.AnyTagClassName
{
color: #D0EFAF;
}
</style>
background-color css
<style>
a { background-color: #D0EFAF; }
a { background-color: rgb(208,239,175); }
div.DivClassName
{
background-color: #D0EFAF;
}
.BgClassName
{
background-color: #D0EFAF;
}
</style>
border-color css
<style>
span { border-color: #D0EFAF; }
span { border-color: rgb(208,239,175); }
td.TdClassName
{
border-color: #D0EFAF;
}
.TagClassName
{
border-color: #D0EFAF;
}
</style>