Shades of Pale Rose #DBD4D5
Tints of Pale Rose #DBD4D5
RGB
CMYK
RGB Variations
Color information
#DBD4D5 (or 0xDBD4D5) is known color: Pale Rose. HEX triplet: DB, D4 and D5. RGB value is (219,212,213). Sum of RGB (Red+Green+Blue) = 219+212+213=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4D5 is #242B2A. Grayscale: #D6D6D6. Windows color (decimal): -2370347 or 14013659. OLE color: 14013659.
HSL color Cylindrical-coordinate representation of color #DBD4D5: hue angle of 351.43º degrees, saturation: 0.09, 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 #DBD4D5 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 212 | 213 | - |
CMYK | 0 | 0.03 | 0.03 | 0.14 |
HSL | 351.43º | 0.09% | 0.85% | - |
HSV(B) | 351.43º | 0.03% | 0.86% | - |
XYZ | 64.77 | 66.95 | 72.46 | - |
YUV | 214.21 | 127.32 | 131.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 213 | 0 | 0.03 | 0.03 | 0.14 | 351.43 | 0.09 | 0.85 |
Hex | DB | D4 | D5 | 0 | 3 | 3 | E | 15F | 9 | 55 |
Octal | 333 | 324 | 325 | 0 | 3 | 3 | 16 | 537 | 11 | 125 |
Binary | 11011011 | 11010100 | 11010101 | 0 | 11 | 11 | 1110 | 101011111 | 1001 | 1010101 |
Color Harmonies of #DBD4D5
Complementary color
Monochromatic Colors of #DBD4D5
Black with #DBD4D5
Text Example
Text Example
White with #DBD4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4D5; }
p { color: rgb(219,212,213); }
H1.HeaderClassName
{
color: #DBD4D5;
}
.AnyTagClassName
{
color: #DBD4D5;
}
</style>
background-color css
<style>
a { background-color: #DBD4D5; }
a { background-color: rgb(219,212,213); }
div.DivClassName
{
background-color: #DBD4D5;
}
.BgClassName
{
background-color: #DBD4D5;
}
</style>
border-color css
<style>
span { border-color: #DBD4D5; }
span { border-color: rgb(219,212,213); }
td.TdClassName
{
border-color: #DBD4D5;
}
.TagClassName
{
border-color: #DBD4D5;
}
</style>