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