Shades of Reef #D0DFA6
Tints of Reef #D0DFA6
RGB
CMYK
RGB Variations
Color information
#D0DFA6 (or 0xD0DFA6) is known color: Reef. HEX triplet: D0, DF and A6. RGB value is (208,223,166). Sum of RGB (Red+Green+Blue) = 208+223+166=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DFA6 is #2F2059. Grayscale: #D4D4D4. Windows color (decimal): -3088474 or 10936272. OLE color: 10936272.
HSL color Cylindrical-coordinate representation of color #D0DFA6: hue angle of 75.79º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0DFA6 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 166 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.13 |
| HSL | 75.79º | 0.47% | 0.76% | - |
| HSV(B) | 75.79º | 0.26% | 0.87% | - |
| XYZ | 59.28 | 68.94 | 46.26 | - |
| YUV | 212.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 166 | 0.07 | 0 | 0.26 | 0.13 | 75.79 | 0.47 | 0.76 |
| Hex | D0 | DF | A6 | 7 | 0 | 1A | D | 4C | 2F | 4C |
| Octal | 320 | 337 | 246 | 7 | 0 | 32 | 15 | 114 | 57 | 114 |
| Binary | 11010000 | 11011111 | 10100110 | 111 | 0 | 11010 | 1101 | 1001100 | 101111 | 1001100 |
Color Harmonies of #D0DFA6
Complementary color
Monochromatic Colors of #D0DFA6
Black with #D0DFA6
Text Example
Text Example
White with #D0DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFA6; }
p { color: rgb(208,223,166); }
H1.HeaderClassName
{
color: #D0DFA6;
}
.AnyTagClassName
{
color: #D0DFA6;
}
</style>
background-color css
<style>
a { background-color: #D0DFA6; }
a { background-color: rgb(208,223,166); }
div.DivClassName
{
background-color: #D0DFA6;
}
.BgClassName
{
background-color: #D0DFA6;
}
</style>
border-color css
<style>
span { border-color: #D0DFA6; }
span { border-color: rgb(208,223,166); }
td.TdClassName
{
border-color: #D0DFA6;
}
.TagClassName
{
border-color: #D0DFA6;
}
</style>