Shades of Pale Rose #DBD0D1
Tints of Pale Rose #DBD0D1
RGB
CMYK
RGB Variations
Color information
#DBD0D1 (or 0xDBD0D1) is known color: Pale Rose. HEX triplet: DB, D0 and D1. RGB value is (219,208,209). Sum of RGB (Red+Green+Blue) = 219+208+209=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0D1 is #242F2E. Grayscale: #D3D3D3. Windows color (decimal): -2371375 or 13750491. OLE color: 13750491.
HSL color Cylindrical-coordinate representation of color #DBD0D1: hue angle of 354.55º degrees, saturation: 0.13, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD0D1 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 209 | - |
CMYK | 0 | 0.05 | 0.05 | 0.14 |
HSL | 354.55º | 0.13% | 0.84% | - |
HSV(B) | 354.55º | 0.05% | 0.86% | - |
XYZ | 63.28 | 64.78 | 69.49 | - |
YUV | 211.4 | 126.64 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 209 | 0 | 0.05 | 0.05 | 0.14 | 354.55 | 0.13 | 0.84 |
Hex | DB | D0 | D1 | 0 | 5 | 5 | E | 163 | D | 54 |
Octal | 333 | 320 | 321 | 0 | 5 | 5 | 16 | 543 | 15 | 124 |
Binary | 11011011 | 11010000 | 11010001 | 0 | 101 | 101 | 1110 | 101100011 | 1101 | 1010100 |
Color Harmonies of #DBD0D1
Complementary color
Monochromatic Colors of #DBD0D1
Black with #DBD0D1
Text Example
Text Example
White with #DBD0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0D1; }
p { color: rgb(219,208,209); }
H1.HeaderClassName
{
color: #DBD0D1;
}
.AnyTagClassName
{
color: #DBD0D1;
}
</style>
background-color css
<style>
a { background-color: #DBD0D1; }
a { background-color: rgb(219,208,209); }
div.DivClassName
{
background-color: #DBD0D1;
}
.BgClassName
{
background-color: #DBD0D1;
}
</style>
border-color css
<style>
span { border-color: #DBD0D1; }
span { border-color: rgb(219,208,209); }
td.TdClassName
{
border-color: #DBD0D1;
}
.TagClassName
{
border-color: #DBD0D1;
}
</style>