Shades of Very Light Grey #DDC9C9
Tints of Very Light Grey #DDC9C9
RGB
CMYK
RGB Variations
Color information
#DDC9C9 (or 0xDDC9C9) is known color: Very Light Grey. HEX triplet: DD, C9 and C9. RGB value is (221,201,201). Sum of RGB (Red+Green+Blue) = 221+201+201=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9C9 is #223636. Grayscale: #CFCFCF. Windows color (decimal): -2242103 or 13224413. OLE color: 13224413.
HSL color Cylindrical-coordinate representation of color #DDC9C9: hue angle of 0º degrees, saturation: 0.23, 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 #DDC9C9 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 201 | 201 | - |
CMYK | 0 | 0.09 | 0.09 | 0.13 |
HSL | 0º | 0.23% | 0.83% | - |
HSV(B) | 0º | 0.09% | 0.87% | - |
XYZ | 61.25 | 61.36 | 63.87 | - |
YUV | 206.98 | 124.63 | 138 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 201 | 201 | 0 | 0.09 | 0.09 | 0.13 | 0 | 0.23 | 0.83 |
Hex | DD | C9 | C9 | 0 | 9 | 9 | D | 0 | 17 | 53 |
Octal | 335 | 311 | 311 | 0 | 11 | 11 | 15 | 0 | 27 | 123 |
Binary | 11011101 | 11001001 | 11001001 | 0 | 1001 | 1001 | 1101 | 0 | 10111 | 1010011 |
Color Harmonies of #DDC9C9
Complementary color
Monochromatic Colors of #DDC9C9
Black with #DDC9C9
Text Example
Text Example
White with #DDC9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9C9; }
p { color: rgb(221,201,201); }
H1.HeaderClassName
{
color: #DDC9C9;
}
.AnyTagClassName
{
color: #DDC9C9;
}
</style>
background-color css
<style>
a { background-color: #DDC9C9; }
a { background-color: rgb(221,201,201); }
div.DivClassName
{
background-color: #DDC9C9;
}
.BgClassName
{
background-color: #DDC9C9;
}
</style>
border-color css
<style>
span { border-color: #DDC9C9; }
span { border-color: rgb(221,201,201); }
td.TdClassName
{
border-color: #DDC9C9;
}
.TagClassName
{
border-color: #DDC9C9;
}
</style>