Shades of Light Grey #DBCFCE
Tints of Light Grey #DBCFCE
RGB
CMYK
RGB Variations
Color information
#DBCFCE (or 0xDBCFCE) is known color: Light Grey. HEX triplet: DB, CF and CE. RGB value is (219,207,206). Sum of RGB (Red+Green+Blue) = 219+207+206=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFCE is #243031. Grayscale: #D2D2D2. Windows color (decimal): -2371634 or 13553627. OLE color: 13553627.
HSL color Cylindrical-coordinate representation of color #DBCFCE: hue angle of 4.62º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBCFCE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 206 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.14 |
| HSL | 4.62º | 0.15% | 0.83% | - |
| HSV(B) | 4.62º | 0.06% | 0.86% | - |
| XYZ | 62.67 | 64.14 | 67.47 | - |
| YUV | 210.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 206 | 0 | 0.05 | 0.06 | 0.14 | 4.62 | 0.15 | 0.83 |
| Hex | DB | CF | CE | 0 | 5 | 6 | E | 5 | F | 53 |
| Octal | 333 | 317 | 316 | 0 | 5 | 6 | 16 | 5 | 17 | 123 |
| Binary | 11011011 | 11001111 | 11001110 | 0 | 101 | 110 | 1110 | 101 | 1111 | 1010011 |
Color Harmonies of #DBCFCE
Complementary color
Monochromatic Colors of #DBCFCE
Black with #DBCFCE
Text Example
Text Example
White with #DBCFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFCE; }
p { color: rgb(219,207,206); }
H1.HeaderClassName
{
color: #DBCFCE;
}
.AnyTagClassName
{
color: #DBCFCE;
}
</style>
background-color css
<style>
a { background-color: #DBCFCE; }
a { background-color: rgb(219,207,206); }
div.DivClassName
{
background-color: #DBCFCE;
}
.BgClassName
{
background-color: #DBCFCE;
}
</style>
border-color css
<style>
span { border-color: #DBCFCE; }
span { border-color: rgb(219,207,206); }
td.TdClassName
{
border-color: #DBCFCE;
}
.TagClassName
{
border-color: #DBCFCE;
}
</style>