Shades of Pale Rose #DBD2D3
Tints of Pale Rose #DBD2D3
RGB
CMYK
RGB Variations
Color information
#DBD2D3 (or 0xDBD2D3) is known color: Pale Rose. HEX triplet: DB, D2 and D3. RGB value is (219,210,211). Sum of RGB (Red+Green+Blue) = 219+210+211=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2D3 is #242D2C. Grayscale: #D4D4D4. Windows color (decimal): -2370861 or 13882075. OLE color: 13882075.
HSL color Cylindrical-coordinate representation of color #DBD2D3: hue angle of 353.33º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBD2D3 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 210 | 211 | - |
CMYK | 0 | 0.04 | 0.04 | 0.14 |
HSL | 353.33º | 0.11% | 0.84% | - |
HSV(B) | 353.33º | 0.04% | 0.86% | - |
XYZ | 64.02 | 65.86 | 70.97 | - |
YUV | 212.81 | 126.98 | 132.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 210 | 211 | 0 | 0.04 | 0.04 | 0.14 | 353.33 | 0.11 | 0.84 |
Hex | DB | D2 | D3 | 0 | 4 | 4 | E | 161 | B | 54 |
Octal | 333 | 322 | 323 | 0 | 4 | 4 | 16 | 541 | 13 | 124 |
Binary | 11011011 | 11010010 | 11010011 | 0 | 100 | 100 | 1110 | 101100001 | 1011 | 1010100 |
Color Harmonies of #DBD2D3
Complementary color
Monochromatic Colors of #DBD2D3
Black with #DBD2D3
Text Example
Text Example
White with #DBD2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2D3; }
p { color: rgb(219,210,211); }
H1.HeaderClassName
{
color: #DBD2D3;
}
.AnyTagClassName
{
color: #DBD2D3;
}
</style>
background-color css
<style>
a { background-color: #DBD2D3; }
a { background-color: rgb(219,210,211); }
div.DivClassName
{
background-color: #DBD2D3;
}
.BgClassName
{
background-color: #DBD2D3;
}
</style>
border-color css
<style>
span { border-color: #DBD2D3; }
span { border-color: rgb(219,210,211); }
td.TdClassName
{
border-color: #DBD2D3;
}
.TagClassName
{
border-color: #DBD2D3;
}
</style>