Shades of Light Grey #D9CDCD
Tints of Light Grey #D9CDCD
RGB
CMYK
RGB Variations
Color information
#D9CDCD (or 0xD9CDCD) is known color: Light Grey. HEX triplet: D9, CD and CD. RGB value is (217,205,205). Sum of RGB (Red+Green+Blue) = 217+205+205=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDCD is #263232. Grayscale: #D0D0D0. Windows color (decimal): -2503219 or 13487577. OLE color: 13487577.
HSL color Cylindrical-coordinate representation of color #D9CDCD: hue angle of 0º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CDCD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 205 | 205 | - |
CMYK | 0 | 0.06 | 0.06 | 0.15 |
HSL | 0º | 0.14% | 0.83% | - |
HSV(B) | 0º | 0.06% | 0.85% | - |
XYZ | 61.47 | 62.82 | 66.64 | - |
YUV | 208.59 | 125.98 | 134 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 205 | 205 | 0 | 0.06 | 0.06 | 0.15 | 0 | 0.14 | 0.83 |
Hex | D9 | CD | CD | 0 | 6 | 6 | F | 0 | E | 53 |
Octal | 331 | 315 | 315 | 0 | 6 | 6 | 17 | 0 | 16 | 123 |
Binary | 11011001 | 11001101 | 11001101 | 0 | 110 | 110 | 1111 | 0 | 1110 | 1010011 |
Color Harmonies of #D9CDCD
Complementary color
Monochromatic Colors of #D9CDCD
Black with #D9CDCD
Text Example
Text Example
White with #D9CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDCD; }
p { color: rgb(217,205,205); }
H1.HeaderClassName
{
color: #D9CDCD;
}
.AnyTagClassName
{
color: #D9CDCD;
}
</style>
background-color css
<style>
a { background-color: #D9CDCD; }
a { background-color: rgb(217,205,205); }
div.DivClassName
{
background-color: #D9CDCD;
}
.BgClassName
{
background-color: #D9CDCD;
}
</style>
border-color css
<style>
span { border-color: #D9CDCD; }
span { border-color: rgb(217,205,205); }
td.TdClassName
{
border-color: #D9CDCD;
}
.TagClassName
{
border-color: #D9CDCD;
}
</style>