Shades of Light Grey #DDCDCD
Tints of Light Grey #DDCDCD
RGB
CMYK
RGB Variations
Color information
#DDCDCD (or 0xDDCDCD) is known color: Light Grey. HEX triplet: DD, CD and CD. RGB value is (221,205,205). Sum of RGB (Red+Green+Blue) = 221+205+205=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDCD is #223232. Grayscale: #D1D1D1. Windows color (decimal): -2241075 or 13487581. OLE color: 13487581.
HSL color Cylindrical-coordinate representation of color #DDCDCD: hue angle of 0º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCDCD is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 205 | 205 | - |
CMYK | 0 | 0.07 | 0.07 | 0.13 |
HSL | 0º | 0.19% | 0.84% | - |
HSV(B) | 0º | 0.07% | 0.87% | - |
XYZ | 62.67 | 63.44 | 66.7 | - |
YUV | 209.78 | 125.3 | 136 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 205 | 0 | 0.07 | 0.07 | 0.13 | 0 | 0.19 | 0.84 |
Hex | DD | CD | CD | 0 | 7 | 7 | D | 0 | 13 | 54 |
Octal | 335 | 315 | 315 | 0 | 7 | 7 | 15 | 0 | 23 | 124 |
Binary | 11011101 | 11001101 | 11001101 | 0 | 111 | 111 | 1101 | 0 | 10011 | 1010100 |
Color Harmonies of #DDCDCD
Complementary color
Monochromatic Colors of #DDCDCD
Black with #DDCDCD
Text Example
Text Example
White with #DDCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDCD; }
p { color: rgb(221,205,205); }
H1.HeaderClassName
{
color: #DDCDCD;
}
.AnyTagClassName
{
color: #DDCDCD;
}
</style>
background-color css
<style>
a { background-color: #DDCDCD; }
a { background-color: rgb(221,205,205); }
div.DivClassName
{
background-color: #DDCDCD;
}
.BgClassName
{
background-color: #DDCDCD;
}
</style>
border-color css
<style>
span { border-color: #DDCDCD; }
span { border-color: rgb(221,205,205); }
td.TdClassName
{
border-color: #DDCDCD;
}
.TagClassName
{
border-color: #DDCDCD;
}
</style>