Shades of Reef #D0E6AB
Tints of Reef #D0E6AB
RGB
CMYK
RGB Variations
Color information
#D0E6AB (or 0xD0E6AB) is known color: Reef. HEX triplet: D0, E6 and AB. RGB value is (208,230,171). Sum of RGB (Red+Green+Blue) = 208+230+171=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E6AB is #2F1954. Grayscale: #D8D8D8. Windows color (decimal): -3086677 or 11265744. OLE color: 11265744.
HSL color Cylindrical-coordinate representation of color #D0E6AB: hue angle of 82.37º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0E6AB is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 171 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.10 |
| HSL | 82.37º | 0.54% | 0.79% | - |
| HSV(B) | 82.37º | 0.26% | 0.9% | - |
| XYZ | 61.66 | 72.94 | 49.36 | - |
| YUV | 216.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 171 | 0.10 | 0 | 0.26 | 0.10 | 82.37 | 0.54 | 0.79 |
| Hex | D0 | E6 | AB | A | 0 | 1A | A | 52 | 36 | 4F |
| Octal | 320 | 346 | 253 | 12 | 0 | 32 | 12 | 122 | 66 | 117 |
| Binary | 11010000 | 11100110 | 10101011 | 1010 | 0 | 11010 | 1010 | 1010010 | 110110 | 1001111 |
Color Harmonies of #D0E6AB
Complementary color
Monochromatic Colors of #D0E6AB
Black with #D0E6AB
Text Example
Text Example
White with #D0E6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E6AB; }
p { color: rgb(208,230,171); }
H1.HeaderClassName
{
color: #D0E6AB;
}
.AnyTagClassName
{
color: #D0E6AB;
}
</style>
background-color css
<style>
a { background-color: #D0E6AB; }
a { background-color: rgb(208,230,171); }
div.DivClassName
{
background-color: #D0E6AB;
}
.BgClassName
{
background-color: #D0E6AB;
}
</style>
border-color css
<style>
span { border-color: #D0E6AB; }
span { border-color: rgb(208,230,171); }
td.TdClassName
{
border-color: #D0E6AB;
}
.TagClassName
{
border-color: #D0E6AB;
}
</style>