Shades of Reef #D0DEAC
Tints of Reef #D0DEAC
RGB
CMYK
RGB Variations
Color information
#D0DEAC (or 0xD0DEAC) is known color: Reef. HEX triplet: D0, DE and AC. RGB value is (208,222,172). Sum of RGB (Red+Green+Blue) = 208+222+172=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DEAC is #2F2153. Grayscale: #D4D4D4. Windows color (decimal): -3088724 or 11329232. OLE color: 11329232.
HSL color Cylindrical-coordinate representation of color #D0DEAC: hue angle of 76.8º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0DEAC is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 172 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.13 |
| HSL | 76.8º | 0.43% | 0.77% | - |
| HSV(B) | 76.8º | 0.23% | 0.87% | - |
| XYZ | 59.58 | 68.63 | 49.14 | - |
| YUV | 212.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 172 | 0.06 | 0 | 0.23 | 0.13 | 76.8 | 0.43 | 0.77 |
| Hex | D0 | DE | AC | 6 | 0 | 17 | D | 4D | 2B | 4D |
| Octal | 320 | 336 | 254 | 6 | 0 | 27 | 15 | 115 | 53 | 115 |
| Binary | 11010000 | 11011110 | 10101100 | 110 | 0 | 10111 | 1101 | 1001101 | 101011 | 1001101 |
Color Harmonies of #D0DEAC
Complementary color
Monochromatic Colors of #D0DEAC
Black with #D0DEAC
Text Example
Text Example
White with #D0DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEAC; }
p { color: rgb(208,222,172); }
H1.HeaderClassName
{
color: #D0DEAC;
}
.AnyTagClassName
{
color: #D0DEAC;
}
</style>
background-color css
<style>
a { background-color: #D0DEAC; }
a { background-color: rgb(208,222,172); }
div.DivClassName
{
background-color: #D0DEAC;
}
.BgClassName
{
background-color: #D0DEAC;
}
</style>
border-color css
<style>
span { border-color: #D0DEAC; }
span { border-color: rgb(208,222,172); }
td.TdClassName
{
border-color: #D0DEAC;
}
.TagClassName
{
border-color: #D0DEAC;
}
</style>