Shades of Light Grey #D7CDCD
Tints of Light Grey #D7CDCD
RGB
CMYK
RGB Variations
Color information
#D7CDCD (or 0xD7CDCD) is known color: Light Grey. HEX triplet: D7, CD and CD. RGB value is (215,205,205). Sum of RGB (Red+Green+Blue) = 215+205+205=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDCD is #283232. Grayscale: #D0D0D0. Windows color (decimal): -2634291 or 13487575. OLE color: 13487575.
HSL color Cylindrical-coordinate representation of color #D7CDCD: hue angle of 0º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D7CDCD is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 205 | 205 | - |
CMYK | 0 | 0.05 | 0.05 | 0.16 |
HSL | 0º | 0.11% | 0.82% | - |
HSV(B) | 0º | 0.05% | 0.84% | - |
XYZ | 60.88 | 62.52 | 66.62 | - |
YUV | 207.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 205 | 205 | 0 | 0.05 | 0.05 | 0.16 | 0 | 0.11 | 0.82 |
Hex | D7 | CD | CD | 0 | 5 | 5 | 10 | 0 | B | 52 |
Octal | 327 | 315 | 315 | 0 | 5 | 5 | 20 | 0 | 13 | 122 |
Binary | 11010111 | 11001101 | 11001101 | 0 | 101 | 101 | 10000 | 0 | 1011 | 1010010 |
Color Harmonies of #D7CDCD
Complementary color
Monochromatic Colors of #D7CDCD
Black with #D7CDCD
Text Example
Text Example
White with #D7CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CDCD; }
p { color: rgb(215,205,205); }
H1.HeaderClassName
{
color: #D7CDCD;
}
.AnyTagClassName
{
color: #D7CDCD;
}
</style>
background-color css
<style>
a { background-color: #D7CDCD; }
a { background-color: rgb(215,205,205); }
div.DivClassName
{
background-color: #D7CDCD;
}
.BgClassName
{
background-color: #D7CDCD;
}
</style>
border-color css
<style>
span { border-color: #D7CDCD; }
span { border-color: rgb(215,205,205); }
td.TdClassName
{
border-color: #D7CDCD;
}
.TagClassName
{
border-color: #D7CDCD;
}
</style>