Shades of Harp #D0DBB6
Tints of Harp #D0DBB6
RGB
CMYK
RGB Variations
Color information
#D0DBB6 (or 0xD0DBB6) is known color: Harp. HEX triplet: D0, DB and B6. RGB value is (208,219,182). Sum of RGB (Red+Green+Blue) = 208+219+182=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBB6 is #2F2449. Grayscale: #D3D3D3. Windows color (decimal): -3089482 or 11983824. OLE color: 11983824.
HSL color Cylindrical-coordinate representation of color #D0DBB6: hue angle of 77.84º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0DBB6 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 208 | 219 | 182 | - |
CMYK | 0.05 | 0 | 0.17 | 0.14 |
HSL | 77.84º | 0.34% | 0.79% | - |
HSV(B) | 77.84º | 0.17% | 0.86% | - |
XYZ | 59.79 | 67.45 | 54.12 | - |
YUV | 211.49 | 111.36 | 125.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 219 | 182 | 0.05 | 0 | 0.17 | 0.14 | 77.84 | 0.34 | 0.79 |
Hex | D0 | DB | B6 | 5 | 0 | 11 | E | 4E | 22 | 4F |
Octal | 320 | 333 | 266 | 5 | 0 | 21 | 16 | 116 | 42 | 117 |
Binary | 11010000 | 11011011 | 10110110 | 101 | 0 | 10001 | 1110 | 1001110 | 100010 | 1001111 |
Color Harmonies of #D0DBB6
Complementary color
Monochromatic Colors of #D0DBB6
Black with #D0DBB6
Text Example
Text Example
White with #D0DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBB6; }
p { color: rgb(208,219,182); }
H1.HeaderClassName
{
color: #D0DBB6;
}
.AnyTagClassName
{
color: #D0DBB6;
}
</style>
background-color css
<style>
a { background-color: #D0DBB6; }
a { background-color: rgb(208,219,182); }
div.DivClassName
{
background-color: #D0DBB6;
}
.BgClassName
{
background-color: #D0DBB6;
}
</style>
border-color css
<style>
span { border-color: #D0DBB6; }
span { border-color: rgb(208,219,182); }
td.TdClassName
{
border-color: #D0DBB6;
}
.TagClassName
{
border-color: #D0DBB6;
}
</style>