Shades of Pale Rose #DCCECF
Tints of Pale Rose #DCCECF
RGB
CMYK
RGB Variations
Color information
#DCCECF (or 0xDCCECF) is known color: Pale Rose. HEX triplet: DC, CE and CF. RGB value is (220,206,207). Sum of RGB (Red+Green+Blue) = 220+206+207=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCECF is #233130. Grayscale: #D2D2D2. Windows color (decimal): -2306353 or 13618908. OLE color: 13618908.
HSL color Cylindrical-coordinate representation of color #DCCECF: hue angle of 355.71º degrees, saturation: 0.17, 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 #DCCECF is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 207 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.14 |
| HSL | 355.71º | 0.17% | 0.84% | - |
| HSV(B) | 355.71º | 0.06% | 0.86% | - |
| XYZ | 62.85 | 63.86 | 68.05 | - |
| YUV | 210.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 207 | 0 | 0.06 | 0.06 | 0.14 | 355.71 | 0.17 | 0.84 |
| Hex | DC | CE | CF | 0 | 6 | 6 | E | 164 | 11 | 54 |
| Octal | 334 | 316 | 317 | 0 | 6 | 6 | 16 | 544 | 21 | 124 |
| Binary | 11011100 | 11001110 | 11001111 | 0 | 110 | 110 | 1110 | 101100100 | 10001 | 1010100 |
Color Harmonies of #DCCECF
Complementary color
Monochromatic Colors of #DCCECF
Black with #DCCECF
Text Example
Text Example
White with #DCCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCECF; }
p { color: rgb(220,206,207); }
H1.HeaderClassName
{
color: #DCCECF;
}
.AnyTagClassName
{
color: #DCCECF;
}
</style>
background-color css
<style>
a { background-color: #DCCECF; }
a { background-color: rgb(220,206,207); }
div.DivClassName
{
background-color: #DCCECF;
}
.BgClassName
{
background-color: #DCCECF;
}
</style>
border-color css
<style>
span { border-color: #DCCECF; }
span { border-color: rgb(220,206,207); }
td.TdClassName
{
border-color: #DCCECF;
}
.TagClassName
{
border-color: #DCCECF;
}
</style>