Shades of Reef #D0EFB0
Tints of Reef #D0EFB0
RGB
CMYK
RGB Variations
Color information
#D0EFB0 (or 0xD0EFB0) is known color: Reef. HEX triplet: D0, EF and B0. RGB value is (208,239,176). Sum of RGB (Red+Green+Blue) = 208+239+176=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 176 (69.14% from 255 or 28.25% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EFB0 is #2F104F. Grayscale: #DEDEDE. Windows color (decimal): -3084368 or 11595728. OLE color: 11595728.
HSL color Cylindrical-coordinate representation of color #D0EFB0: hue angle of 89.52º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0EFB0 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 176 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.06 |
| HSL | 89.52º | 0.66% | 0.81% | - |
| HSV(B) | 89.52º | 0.26% | 0.94% | - |
| XYZ | 64.72 | 78.28 | 52.77 | - |
| YUV | 222.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 176 | 0.13 | 0 | 0.26 | 0.06 | 89.52 | 0.66 | 0.81 |
| Hex | D0 | EF | B0 | D | 0 | 1A | 6 | 5A | 42 | 51 |
| Octal | 320 | 357 | 260 | 15 | 0 | 32 | 6 | 132 | 102 | 121 |
| Binary | 11010000 | 11101111 | 10110000 | 1101 | 0 | 11010 | 110 | 1011010 | 1000010 | 1010001 |
Color Harmonies of #D0EFB0
Complementary color
Monochromatic Colors of #D0EFB0
Black with #D0EFB0
Text Example
Text Example
White with #D0EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFB0; }
p { color: rgb(208,239,176); }
H1.HeaderClassName
{
color: #D0EFB0;
}
.AnyTagClassName
{
color: #D0EFB0;
}
</style>
background-color css
<style>
a { background-color: #D0EFB0; }
a { background-color: rgb(208,239,176); }
div.DivClassName
{
background-color: #D0EFB0;
}
.BgClassName
{
background-color: #D0EFB0;
}
</style>
border-color css
<style>
span { border-color: #D0EFB0; }
span { border-color: rgb(208,239,176); }
td.TdClassName
{
border-color: #D0EFB0;
}
.TagClassName
{
border-color: #D0EFB0;
}
</style>