Shades of Pale Rose #DBD5D6
Tints of Pale Rose #DBD5D6
RGB
CMYK
RGB Variations
Color information
#DBD5D6 (or 0xDBD5D6) is known color: Pale Rose. HEX triplet: DB, D5 and D6. RGB value is (219,213,214). Sum of RGB (Red+Green+Blue) = 219+213+214=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 213 (83.59% from 255 or 32.97% from 646); Blue value is 214 (83.98% from 255 or 33.13% from 646); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5D6 is #242A29. Grayscale: #D6D6D6. Windows color (decimal): -2370090 or 14079451. OLE color: 14079451.
HSL color Cylindrical-coordinate representation of color #DBD5D6: hue angle of 350º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBD5D6 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 213 | 214 | - |
CMYK | 0 | 0.03 | 0.02 | 0.14 |
HSL | 350º | 0.08% | 0.85% | - |
HSV(B) | 350º | 0.03% | 0.86% | - |
XYZ | 65.15 | 67.5 | 73.21 | - |
YUV | 214.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 214 | 0 | 0.03 | 0.02 | 0.14 | 350 | 0.08 | 0.85 |
Hex | DB | D5 | D6 | 0 | 3 | 2 | E | 15E | 8 | 55 |
Octal | 333 | 325 | 326 | 0 | 3 | 2 | 16 | 536 | 10 | 125 |
Binary | 11011011 | 11010101 | 11010110 | 0 | 11 | 10 | 1110 | 101011110 | 1000 | 1010101 |
Color Harmonies of #DBD5D6
Complementary color
Monochromatic Colors of #DBD5D6
Black with #DBD5D6
Text Example
Text Example
White with #DBD5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5D6; }
p { color: rgb(219,213,214); }
H1.HeaderClassName
{
color: #DBD5D6;
}
.AnyTagClassName
{
color: #DBD5D6;
}
</style>
background-color css
<style>
a { background-color: #DBD5D6; }
a { background-color: rgb(219,213,214); }
div.DivClassName
{
background-color: #DBD5D6;
}
.BgClassName
{
background-color: #DBD5D6;
}
</style>
border-color css
<style>
span { border-color: #DBD5D6; }
span { border-color: rgb(219,213,214); }
td.TdClassName
{
border-color: #DBD5D6;
}
.TagClassName
{
border-color: #DBD5D6;
}
</style>