Shades of Reef #D0DEAF
Tints of Reef #D0DEAF
RGB
CMYK
RGB Variations
Color information
#D0DEAF (or 0xD0DEAF) is known color: Reef. HEX triplet: D0, DE and AF. RGB value is (208,222,175). Sum of RGB (Red+Green+Blue) = 208+222+175=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DEAF is #2F2150. Grayscale: #D4D4D4. Windows color (decimal): -3088721 or 11525840. OLE color: 11525840.
HSL color Cylindrical-coordinate representation of color #D0DEAF: hue angle of 77.87º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0DEAF is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 175 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.13 |
| HSL | 77.87º | 0.42% | 0.78% | - |
| HSV(B) | 77.87º | 0.21% | 0.87% | - |
| XYZ | 59.87 | 68.75 | 50.67 | - |
| YUV | 212.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 175 | 0.06 | 0 | 0.21 | 0.13 | 77.87 | 0.42 | 0.78 |
| Hex | D0 | DE | AF | 6 | 0 | 15 | D | 4E | 2A | 4E |
| Octal | 320 | 336 | 257 | 6 | 0 | 25 | 15 | 116 | 52 | 116 |
| Binary | 11010000 | 11011110 | 10101111 | 110 | 0 | 10101 | 1101 | 1001110 | 101010 | 1001110 |
Color Harmonies of #D0DEAF
Complementary color
Monochromatic Colors of #D0DEAF
Black with #D0DEAF
Text Example
Text Example
White with #D0DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEAF; }
p { color: rgb(208,222,175); }
H1.HeaderClassName
{
color: #D0DEAF;
}
.AnyTagClassName
{
color: #D0DEAF;
}
</style>
background-color css
<style>
a { background-color: #D0DEAF; }
a { background-color: rgb(208,222,175); }
div.DivClassName
{
background-color: #D0DEAF;
}
.BgClassName
{
background-color: #D0DEAF;
}
</style>
border-color css
<style>
span { border-color: #D0DEAF; }
span { border-color: rgb(208,222,175); }
td.TdClassName
{
border-color: #D0DEAF;
}
.TagClassName
{
border-color: #D0DEAF;
}
</style>