Shades of Very Light Grey #D3CDCD
Tints of Very Light Grey #D3CDCD
RGB
CMYK
RGB Variations
Color information
#D3CDCD (or 0xD3CDCD) is known color: Very Light Grey. HEX triplet: D3, CD and CD. RGB value is (211,205,205). Sum of RGB (Red+Green+Blue) = 211+205+205=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDCD is #2C3232. Grayscale: #CECECE. Windows color (decimal): -2896435 or 13487571. OLE color: 13487571.
HSL color Cylindrical-coordinate representation of color #D3CDCD: hue angle of 0º degrees, saturation: 0.06, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D3CDCD is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 205 | 205 | - |
CMYK | 0 | 0.03 | 0.03 | 0.17 |
HSL | 0º | 0.06% | 0.82% | - |
HSV(B) | 0º | 0.03% | 0.83% | - |
XYZ | 59.71 | 61.92 | 66.56 | - |
YUV | 206.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 205 | 205 | 0 | 0.03 | 0.03 | 0.17 | 0 | 0.06 | 0.82 |
Hex | D3 | CD | CD | 0 | 3 | 3 | 11 | 0 | 6 | 52 |
Octal | 323 | 315 | 315 | 0 | 3 | 3 | 21 | 0 | 6 | 122 |
Binary | 11010011 | 11001101 | 11001101 | 0 | 11 | 11 | 10001 | 0 | 110 | 1010010 |
Color Harmonies of #D3CDCD
Complementary color
Monochromatic Colors of #D3CDCD
Black with #D3CDCD
Text Example
Text Example
White with #D3CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDCD; }
p { color: rgb(211,205,205); }
H1.HeaderClassName
{
color: #D3CDCD;
}
.AnyTagClassName
{
color: #D3CDCD;
}
</style>
background-color css
<style>
a { background-color: #D3CDCD; }
a { background-color: rgb(211,205,205); }
div.DivClassName
{
background-color: #D3CDCD;
}
.BgClassName
{
background-color: #D3CDCD;
}
</style>
border-color css
<style>
span { border-color: #D3CDCD; }
span { border-color: rgb(211,205,205); }
td.TdClassName
{
border-color: #D3CDCD;
}
.TagClassName
{
border-color: #D3CDCD;
}
</style>