Shades of Reef #D0DFA4
Tints of Reef #D0DFA4
RGB
CMYK
RGB Variations
Color information
#D0DFA4 (or 0xD0DFA4) is known color: Reef. HEX triplet: D0, DF and A4. RGB value is (208,223,164). Sum of RGB (Red+Green+Blue) = 208+223+164=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DFA4 is #2F205B. Grayscale: #D4D4D4. Windows color (decimal): -3088476 or 10805200. OLE color: 10805200.
HSL color Cylindrical-coordinate representation of color #D0DFA4: hue angle of 75.25º degrees, saturation: 0.48, 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 #D0DFA4 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 164 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.13 |
| HSL | 75.25º | 0.48% | 0.76% | - |
| HSV(B) | 75.25º | 0.26% | 0.87% | - |
| XYZ | 59.1 | 68.87 | 45.3 | - |
| YUV | 211.79 | 101.03 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 164 | 0.07 | 0 | 0.26 | 0.13 | 75.25 | 0.48 | 0.76 |
| Hex | D0 | DF | A4 | 7 | 0 | 1A | D | 4B | 30 | 4C |
| Octal | 320 | 337 | 244 | 7 | 0 | 32 | 15 | 113 | 60 | 114 |
| Binary | 11010000 | 11011111 | 10100100 | 111 | 0 | 11010 | 1101 | 1001011 | 110000 | 1001100 |
Color Harmonies of #D0DFA4
Complementary color
Monochromatic Colors of #D0DFA4
Black with #D0DFA4
Text Example
Text Example
White with #D0DFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFA4; }
p { color: rgb(208,223,164); }
H1.HeaderClassName
{
color: #D0DFA4;
}
.AnyTagClassName
{
color: #D0DFA4;
}
</style>
background-color css
<style>
a { background-color: #D0DFA4; }
a { background-color: rgb(208,223,164); }
div.DivClassName
{
background-color: #D0DFA4;
}
.BgClassName
{
background-color: #D0DFA4;
}
</style>
border-color css
<style>
span { border-color: #D0DFA4; }
span { border-color: rgb(208,223,164); }
td.TdClassName
{
border-color: #D0DFA4;
}
.TagClassName
{
border-color: #D0DFA4;
}
</style>