Shades of Reef #D0EFAC
Tints of Reef #D0EFAC
RGB
CMYK
RGB Variations
Color information
#D0EFAC (or 0xD0EFAC) is known color: Reef. HEX triplet: D0, EF and AC. RGB value is (208,239,172). Sum of RGB (Red+Green+Blue) = 208+239+172=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EFAC is #2F1053. Grayscale: #DEDEDE. Windows color (decimal): -3084372 or 11333584. OLE color: 11333584.
HSL color Cylindrical-coordinate representation of color #D0EFAC: hue angle of 87.76º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0EFAC is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 172 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.06 |
| HSL | 87.76º | 0.68% | 0.81% | - |
| HSV(B) | 87.76º | 0.28% | 0.94% | - |
| XYZ | 64.33 | 78.12 | 50.72 | - |
| YUV | 222.09 | 99.73 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 172 | 0.13 | 0 | 0.28 | 0.06 | 87.76 | 0.68 | 0.81 |
| Hex | D0 | EF | AC | D | 0 | 1C | 6 | 58 | 44 | 51 |
| Octal | 320 | 357 | 254 | 15 | 0 | 34 | 6 | 130 | 104 | 121 |
| Binary | 11010000 | 11101111 | 10101100 | 1101 | 0 | 11100 | 110 | 1011000 | 1000100 | 1010001 |
Color Harmonies of #D0EFAC
Complementary color
Monochromatic Colors of #D0EFAC
Black with #D0EFAC
Text Example
Text Example
White with #D0EFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFAC; }
p { color: rgb(208,239,172); }
H1.HeaderClassName
{
color: #D0EFAC;
}
.AnyTagClassName
{
color: #D0EFAC;
}
</style>
background-color css
<style>
a { background-color: #D0EFAC; }
a { background-color: rgb(208,239,172); }
div.DivClassName
{
background-color: #D0EFAC;
}
.BgClassName
{
background-color: #D0EFAC;
}
</style>
border-color css
<style>
span { border-color: #D0EFAC; }
span { border-color: rgb(208,239,172); }
td.TdClassName
{
border-color: #D0EFAC;
}
.TagClassName
{
border-color: #D0EFAC;
}
</style>