Shades of Very Light Grey #DDC7C7
Tints of Very Light Grey #DDC7C7
RGB
CMYK
RGB Variations
Color information
#DDC7C7 (or 0xDDC7C7) is known color: Very Light Grey. HEX triplet: DD, C7 and C7. RGB value is (221,199,199). Sum of RGB (Red+Green+Blue) = 221+199+199=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7C7 is #223838. Grayscale: #CDCDCD. Windows color (decimal): -2242617 or 13092829. OLE color: 13092829.
HSL color Cylindrical-coordinate representation of color #DDC7C7: hue angle of 0º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC7C7 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 199 | 199 | - |
CMYK | 0 | 0.10 | 0.10 | 0.13 |
HSL | 0º | 0.24% | 0.82% | - |
HSV(B) | 0º | 0.1% | 0.87% | - |
XYZ | 60.55 | 60.34 | 62.49 | - |
YUV | 205.58 | 124.29 | 139 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 199 | 199 | 0 | 0.10 | 0.10 | 0.13 | 0 | 0.24 | 0.82 |
Hex | DD | C7 | C7 | 0 | A | A | D | 0 | 18 | 52 |
Octal | 335 | 307 | 307 | 0 | 12 | 12 | 15 | 0 | 30 | 122 |
Binary | 11011101 | 11000111 | 11000111 | 0 | 1010 | 1010 | 1101 | 0 | 11000 | 1010010 |
Color Harmonies of #DDC7C7
Complementary color
Monochromatic Colors of #DDC7C7
Black with #DDC7C7
Text Example
Text Example
White with #DDC7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7C7; }
p { color: rgb(221,199,199); }
H1.HeaderClassName
{
color: #DDC7C7;
}
.AnyTagClassName
{
color: #DDC7C7;
}
</style>
background-color css
<style>
a { background-color: #DDC7C7; }
a { background-color: rgb(221,199,199); }
div.DivClassName
{
background-color: #DDC7C7;
}
.BgClassName
{
background-color: #DDC7C7;
}
</style>
border-color css
<style>
span { border-color: #DDC7C7; }
span { border-color: rgb(221,199,199); }
td.TdClassName
{
border-color: #DDC7C7;
}
.TagClassName
{
border-color: #DDC7C7;
}
</style>