Shades of Reef #D0E6B4
Tints of Reef #D0E6B4
RGB
CMYK
RGB Variations
Color information
#D0E6B4 (or 0xD0E6B4) is known color: Reef. HEX triplet: D0, E6 and B4. RGB value is (208,230,180). Sum of RGB (Red+Green+Blue) = 208+230+180=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E6B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E6B4 is #2F194B. Grayscale: #D9D9D9. Windows color (decimal): -3086668 or 11855568. OLE color: 11855568.
HSL color Cylindrical-coordinate representation of color #D0E6B4: hue angle of 86.4º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0E6B4 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 180 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.10 |
| HSL | 86.4º | 0.5% | 0.8% | - |
| HSV(B) | 86.4º | 0.22% | 0.9% | - |
| XYZ | 62.55 | 73.3 | 54.03 | - |
| YUV | 217.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 180 | 0.10 | 0 | 0.22 | 0.10 | 86.4 | 0.5 | 0.8 |
| Hex | D0 | E6 | B4 | A | 0 | 16 | A | 56 | 32 | 50 |
| Octal | 320 | 346 | 264 | 12 | 0 | 26 | 12 | 126 | 62 | 120 |
| Binary | 11010000 | 11100110 | 10110100 | 1010 | 0 | 10110 | 1010 | 1010110 | 110010 | 1010000 |
Color Harmonies of #D0E6B4
Complementary color
Monochromatic Colors of #D0E6B4
Black with #D0E6B4
Text Example
Text Example
White with #D0E6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E6B4; }
p { color: rgb(208,230,180); }
H1.HeaderClassName
{
color: #D0E6B4;
}
.AnyTagClassName
{
color: #D0E6B4;
}
</style>
background-color css
<style>
a { background-color: #D0E6B4; }
a { background-color: rgb(208,230,180); }
div.DivClassName
{
background-color: #D0E6B4;
}
.BgClassName
{
background-color: #D0E6B4;
}
</style>
border-color css
<style>
span { border-color: #D0E6B4; }
span { border-color: rgb(208,230,180); }
td.TdClassName
{
border-color: #D0E6B4;
}
.TagClassName
{
border-color: #D0E6B4;
}
</style>