Shades of Pale Rose #DCCFD0
Tints of Pale Rose #DCCFD0
RGB
CMYK
RGB Variations
Color information
#DCCFD0 (or 0xDCCFD0) is known color: Pale Rose. HEX triplet: DC, CF and D0. RGB value is (220,207,208). Sum of RGB (Red+Green+Blue) = 220+207+208=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFD0 is #23302F. Grayscale: #D3D3D3. Windows color (decimal): -2306096 or 13684700. OLE color: 13684700.
HSL color Cylindrical-coordinate representation of color #DCCFD0: hue angle of 355.38º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCCFD0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 207 | 208 | - |
CMYK | 0 | 0.06 | 0.05 | 0.14 |
HSL | 355.38º | 0.16% | 0.84% | - |
HSV(B) | 355.38º | 0.06% | 0.86% | - |
XYZ | 63.21 | 64.4 | 68.77 | - |
YUV | 211 | 126.31 | 134.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 207 | 208 | 0 | 0.06 | 0.05 | 0.14 | 355.38 | 0.16 | 0.84 |
Hex | DC | CF | D0 | 0 | 6 | 5 | E | 163 | 10 | 54 |
Octal | 334 | 317 | 320 | 0 | 6 | 5 | 16 | 543 | 20 | 124 |
Binary | 11011100 | 11001111 | 11010000 | 0 | 110 | 101 | 1110 | 101100011 | 10000 | 1010100 |
Color Harmonies of #DCCFD0
Complementary color
Monochromatic Colors of #DCCFD0
Black with #DCCFD0
Text Example
Text Example
White with #DCCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFD0; }
p { color: rgb(220,207,208); }
H1.HeaderClassName
{
color: #DCCFD0;
}
.AnyTagClassName
{
color: #DCCFD0;
}
</style>
background-color css
<style>
a { background-color: #DCCFD0; }
a { background-color: rgb(220,207,208); }
div.DivClassName
{
background-color: #DCCFD0;
}
.BgClassName
{
background-color: #DCCFD0;
}
</style>
border-color css
<style>
span { border-color: #DCCFD0; }
span { border-color: rgb(220,207,208); }
td.TdClassName
{
border-color: #DCCFD0;
}
.TagClassName
{
border-color: #DCCFD0;
}
</style>