Shades of Reef #D0DFAF
Tints of Reef #D0DFAF
RGB
CMYK
RGB Variations
Color information
#D0DFAF (or 0xD0DFAF) is known color: Reef. HEX triplet: D0, DF and AF. RGB value is (208,223,175). Sum of RGB (Red+Green+Blue) = 208+223+175=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DFAF is #2F2050. Grayscale: #D5D5D5. Windows color (decimal): -3088465 or 11526096. OLE color: 11526096.
HSL color Cylindrical-coordinate representation of color #D0DFAF: hue angle of 78.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0DFAF is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 175 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.13 |
| HSL | 78.75º | 0.43% | 0.78% | - |
| HSV(B) | 78.75º | 0.22% | 0.87% | - |
| XYZ | 60.14 | 69.28 | 50.76 | - |
| YUV | 213.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 175 | 0.07 | 0 | 0.22 | 0.13 | 78.75 | 0.43 | 0.78 |
| Hex | D0 | DF | AF | 7 | 0 | 16 | D | 4F | 2B | 4E |
| Octal | 320 | 337 | 257 | 7 | 0 | 26 | 15 | 117 | 53 | 116 |
| Binary | 11010000 | 11011111 | 10101111 | 111 | 0 | 10110 | 1101 | 1001111 | 101011 | 1001110 |
Color Harmonies of #D0DFAF
Complementary color
Monochromatic Colors of #D0DFAF
Black with #D0DFAF
Text Example
Text Example
White with #D0DFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFAF; }
p { color: rgb(208,223,175); }
H1.HeaderClassName
{
color: #D0DFAF;
}
.AnyTagClassName
{
color: #D0DFAF;
}
</style>
background-color css
<style>
a { background-color: #D0DFAF; }
a { background-color: rgb(208,223,175); }
div.DivClassName
{
background-color: #D0DFAF;
}
.BgClassName
{
background-color: #D0DFAF;
}
</style>
border-color css
<style>
span { border-color: #D0DFAF; }
span { border-color: rgb(208,223,175); }
td.TdClassName
{
border-color: #D0DFAF;
}
.TagClassName
{
border-color: #D0DFAF;
}
</style>