Shades of Very Light Grey #D1CDCD
Tints of Very Light Grey #D1CDCD
RGB
CMYK
RGB Variations
Color information
#D1CDCD (or 0xD1CDCD) is known color: Very Light Grey. HEX triplet: D1, CD and CD. RGB value is (209,205,205). Sum of RGB (Red+Green+Blue) = 209+205+205=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDCD is #2E3232. Grayscale: #CECECE. Windows color (decimal): -3027507 or 13487569. OLE color: 13487569.
HSL color Cylindrical-coordinate representation of color #D1CDCD: hue angle of 0º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D1CDCD is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 205 | 205 | - |
CMYK | 0 | 0.02 | 0.02 | 0.18 |
HSL | 0º | 0.04% | 0.81% | - |
HSV(B) | 0º | 0.02% | 0.82% | - |
XYZ | 59.15 | 61.63 | 66.54 | - |
YUV | 206.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 205 | 205 | 0 | 0.02 | 0.02 | 0.18 | 0 | 0.04 | 0.81 |
Hex | D1 | CD | CD | 0 | 2 | 2 | 12 | 0 | 4 | 51 |
Octal | 321 | 315 | 315 | 0 | 2 | 2 | 22 | 0 | 4 | 121 |
Binary | 11010001 | 11001101 | 11001101 | 0 | 10 | 10 | 10010 | 0 | 100 | 1010001 |
Color Harmonies of #D1CDCD
Complementary color
Monochromatic Colors of #D1CDCD
Black with #D1CDCD
Text Example
Text Example
White with #D1CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDCD; }
p { color: rgb(209,205,205); }
H1.HeaderClassName
{
color: #D1CDCD;
}
.AnyTagClassName
{
color: #D1CDCD;
}
</style>
background-color css
<style>
a { background-color: #D1CDCD; }
a { background-color: rgb(209,205,205); }
div.DivClassName
{
background-color: #D1CDCD;
}
.BgClassName
{
background-color: #D1CDCD;
}
</style>
border-color css
<style>
span { border-color: #D1CDCD; }
span { border-color: rgb(209,205,205); }
td.TdClassName
{
border-color: #D1CDCD;
}
.TagClassName
{
border-color: #D1CDCD;
}
</style>