Shades of Pale Rose #DCD0D1
Tints of Pale Rose #DCD0D1
RGB
CMYK
RGB Variations
Color information
#DCD0D1 (or 0xDCD0D1) is known color: Pale Rose. HEX triplet: DC, D0 and D1. RGB value is (220,208,209). Sum of RGB (Red+Green+Blue) = 220+208+209=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0D1 is #232F2E. Grayscale: #D3D3D3. Windows color (decimal): -2305839 or 13750492. OLE color: 13750492.
HSL color Cylindrical-coordinate representation of color #DCD0D1: hue angle of 355º degrees, saturation: 0.15, 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 #DCD0D1 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 209 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.14 |
| HSL | 355º | 0.15% | 0.84% | - |
| HSV(B) | 355º | 0.05% | 0.86% | - |
| XYZ | 63.58 | 64.93 | 69.5 | - |
| YUV | 211.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 209 | 0 | 0.05 | 0.05 | 0.14 | 355 | 0.15 | 0.84 |
| Hex | DC | D0 | D1 | 0 | 5 | 5 | E | 163 | F | 54 |
| Octal | 334 | 320 | 321 | 0 | 5 | 5 | 16 | 543 | 17 | 124 |
| Binary | 11011100 | 11010000 | 11010001 | 0 | 101 | 101 | 1110 | 101100011 | 1111 | 1010100 |
Color Harmonies of #DCD0D1
Complementary color
Monochromatic Colors of #DCD0D1
Black with #DCD0D1
Text Example
Text Example
White with #DCD0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0D1; }
p { color: rgb(220,208,209); }
H1.HeaderClassName
{
color: #DCD0D1;
}
.AnyTagClassName
{
color: #DCD0D1;
}
</style>
background-color css
<style>
a { background-color: #DCD0D1; }
a { background-color: rgb(220,208,209); }
div.DivClassName
{
background-color: #DCD0D1;
}
.BgClassName
{
background-color: #DCD0D1;
}
</style>
border-color css
<style>
span { border-color: #DCD0D1; }
span { border-color: rgb(220,208,209); }
td.TdClassName
{
border-color: #DCD0D1;
}
.TagClassName
{
border-color: #DCD0D1;
}
</style>