Shades of Light Grey #DDCBCB
Tints of Light Grey #DDCBCB
RGB
CMYK
RGB Variations
Color information
#DDCBCB (or 0xDDCBCB) is known color: Light Grey. HEX triplet: DD, CB and CB. RGB value is (221,203,203). Sum of RGB (Red+Green+Blue) = 221+203+203=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBCB is #223434. Grayscale: #D0D0D0. Windows color (decimal): -2241589 or 13355997. OLE color: 13355997.
HSL color Cylindrical-coordinate representation of color #DDCBCB: hue angle of 0º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCBCB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 203 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.13 |
| HSL | 0º | 0.21% | 0.83% | - |
| HSV(B) | 0º | 0.08% | 0.87% | - |
| XYZ | 61.95 | 62.4 | 65.28 | - |
| YUV | 208.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 203 | 0 | 0.08 | 0.08 | 0.13 | 0 | 0.21 | 0.83 |
| Hex | DD | CB | CB | 0 | 8 | 8 | D | 0 | 15 | 53 |
| Octal | 335 | 313 | 313 | 0 | 10 | 10 | 15 | 0 | 25 | 123 |
| Binary | 11011101 | 11001011 | 11001011 | 0 | 1000 | 1000 | 1101 | 0 | 10101 | 1010011 |
Color Harmonies of #DDCBCB
Complementary color
Monochromatic Colors of #DDCBCB
Black with #DDCBCB
Text Example
Text Example
White with #DDCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBCB; }
p { color: rgb(221,203,203); }
H1.HeaderClassName
{
color: #DDCBCB;
}
.AnyTagClassName
{
color: #DDCBCB;
}
</style>
background-color css
<style>
a { background-color: #DDCBCB; }
a { background-color: rgb(221,203,203); }
div.DivClassName
{
background-color: #DDCBCB;
}
.BgClassName
{
background-color: #DDCBCB;
}
</style>
border-color css
<style>
span { border-color: #DDCBCB; }
span { border-color: rgb(221,203,203); }
td.TdClassName
{
border-color: #DDCBCB;
}
.TagClassName
{
border-color: #DDCBCB;
}
</style>