Shades of Reef #D0DFA2
Tints of Reef #D0DFA2
RGB
CMYK
RGB Variations
Color information
#D0DFA2 (or 0xD0DFA2) is known color: Reef. HEX triplet: D0, DF and A2. RGB value is (208,223,162). Sum of RGB (Red+Green+Blue) = 208+223+162=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 162 (63.67% from 255 or 27.32% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DFA2 is #2F205D. Grayscale: #D3D3D3. Windows color (decimal): -3088478 or 10674128. OLE color: 10674128.
HSL color Cylindrical-coordinate representation of color #D0DFA2: hue angle of 74.75º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0DFA2 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 162 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.13 |
| HSL | 74.75º | 0.49% | 0.75% | - |
| HSV(B) | 74.75º | 0.27% | 0.87% | - |
| XYZ | 58.92 | 68.79 | 44.36 | - |
| YUV | 211.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 162 | 0.07 | 0 | 0.27 | 0.13 | 74.75 | 0.49 | 0.75 |
| Hex | D0 | DF | A2 | 7 | 0 | 1B | D | 4B | 31 | 4B |
| Octal | 320 | 337 | 242 | 7 | 0 | 33 | 15 | 113 | 61 | 113 |
| Binary | 11010000 | 11011111 | 10100010 | 111 | 0 | 11011 | 1101 | 1001011 | 110001 | 1001011 |
Color Harmonies of #D0DFA2
Complementary color
Monochromatic Colors of #D0DFA2
Black with #D0DFA2
Text Example
Text Example
White with #D0DFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFA2; }
p { color: rgb(208,223,162); }
H1.HeaderClassName
{
color: #D0DFA2;
}
.AnyTagClassName
{
color: #D0DFA2;
}
</style>
background-color css
<style>
a { background-color: #D0DFA2; }
a { background-color: rgb(208,223,162); }
div.DivClassName
{
background-color: #D0DFA2;
}
.BgClassName
{
background-color: #D0DFA2;
}
</style>
border-color css
<style>
span { border-color: #D0DFA2; }
span { border-color: rgb(208,223,162); }
td.TdClassName
{
border-color: #D0DFA2;
}
.TagClassName
{
border-color: #D0DFA2;
}
</style>