Shades of Light Grey #DECBCB
Tints of Light Grey #DECBCB
RGB
CMYK
RGB Variations
Color information
#DECBCB (or 0xDECBCB) is known color: Light Grey. HEX triplet: DE, CB and CB. RGB value is (222,203,203). Sum of RGB (Red+Green+Blue) = 222+203+203=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBCB is #213434. Grayscale: #D0D0D0. Windows color (decimal): -2176053 or 13355998. OLE color: 13355998.
HSL color Cylindrical-coordinate representation of color #DECBCB: hue angle of 0º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECBCB is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 203 | 203 | - |
CMYK | 0 | 0.09 | 0.09 | 0.13 |
HSL | 0º | 0.22% | 0.83% | - |
HSV(B) | 0º | 0.09% | 0.87% | - |
XYZ | 62.26 | 62.55 | 65.29 | - |
YUV | 208.68 | 124.79 | 137.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 203 | 203 | 0 | 0.09 | 0.09 | 0.13 | 0 | 0.22 | 0.83 |
Hex | DE | CB | CB | 0 | 9 | 9 | D | 0 | 16 | 53 |
Octal | 336 | 313 | 313 | 0 | 11 | 11 | 15 | 0 | 26 | 123 |
Binary | 11011110 | 11001011 | 11001011 | 0 | 1001 | 1001 | 1101 | 0 | 10110 | 1010011 |
Color Harmonies of #DECBCB
Complementary color
Monochromatic Colors of #DECBCB
Black with #DECBCB
Text Example
Text Example
White with #DECBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBCB; }
p { color: rgb(222,203,203); }
H1.HeaderClassName
{
color: #DECBCB;
}
.AnyTagClassName
{
color: #DECBCB;
}
</style>
background-color css
<style>
a { background-color: #DECBCB; }
a { background-color: rgb(222,203,203); }
div.DivClassName
{
background-color: #DECBCB;
}
.BgClassName
{
background-color: #DECBCB;
}
</style>
border-color css
<style>
span { border-color: #DECBCB; }
span { border-color: rgb(222,203,203); }
td.TdClassName
{
border-color: #DECBCB;
}
.TagClassName
{
border-color: #DECBCB;
}
</style>