Shades of Pale Rose #DFDBDC
Tints of Pale Rose #DFDBDC
RGB
CMYK
RGB Variations
Color information
#DFDBDC (or 0xDFDBDC) is known color: Pale Rose. HEX triplet: DF, DB and DC. RGB value is (223,219,220). Sum of RGB (Red+Green+Blue) = 223+219+220=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBDC is #202423. Grayscale: #DCDCDC. Windows color (decimal): -2106404 or 14474207. OLE color: 14474207.
HSL color Cylindrical-coordinate representation of color #DFDBDC: hue angle of 345º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFDBDC is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 219 | 220 | - |
CMYK | 0 | 0.02 | 0.01 | 0.13 |
HSL | 345º | 0.06% | 0.87% | - |
HSV(B) | 345º | 0.02% | 0.87% | - |
XYZ | 68.68 | 71.52 | 77.89 | - |
YUV | 220.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 220 | 0 | 0.02 | 0.01 | 0.13 | 345 | 0.06 | 0.87 |
Hex | DF | DB | DC | 0 | 2 | 1 | D | 159 | 6 | 57 |
Octal | 337 | 333 | 334 | 0 | 2 | 1 | 15 | 531 | 6 | 127 |
Binary | 11011111 | 11011011 | 11011100 | 0 | 10 | 1 | 1101 | 101011001 | 110 | 1010111 |
Color Harmonies of #DFDBDC
Complementary color
Monochromatic Colors of #DFDBDC
Black with #DFDBDC
Text Example
Text Example
White with #DFDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBDC; }
p { color: rgb(223,219,220); }
H1.HeaderClassName
{
color: #DFDBDC;
}
.AnyTagClassName
{
color: #DFDBDC;
}
</style>
background-color css
<style>
a { background-color: #DFDBDC; }
a { background-color: rgb(223,219,220); }
div.DivClassName
{
background-color: #DFDBDC;
}
.BgClassName
{
background-color: #DFDBDC;
}
</style>
border-color css
<style>
span { border-color: #DFDBDC; }
span { border-color: rgb(223,219,220); }
td.TdClassName
{
border-color: #DFDBDC;
}
.TagClassName
{
border-color: #DFDBDC;
}
</style>