Shades of Very Light Grey #D0CDCD
Tints of Very Light Grey #D0CDCD
RGB
CMYK
RGB Variations
Color information
#D0CDCD (or 0xD0CDCD) is known color: Very Light Grey. HEX triplet: D0, CD and CD. RGB value is (208,205,205). Sum of RGB (Red+Green+Blue) = 208+205+205=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDCD is #2F3232. Grayscale: #CDCDCD. Windows color (decimal): -3093043 or 13487568. OLE color: 13487568.
HSL color Cylindrical-coordinate representation of color #D0CDCD: hue angle of 0º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D0CDCD is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 205 | 205 | - |
CMYK | 0 | 0.01 | 0.01 | 0.18 |
HSL | 0º | 0.03% | 0.81% | - |
HSV(B) | 0º | 0.01% | 0.82% | - |
XYZ | 58.86 | 61.48 | 66.52 | - |
YUV | 205.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 205 | 205 | 0 | 0.01 | 0.01 | 0.18 | 0 | 0.03 | 0.81 |
Hex | D0 | CD | CD | 0 | 1 | 1 | 12 | 0 | 3 | 51 |
Octal | 320 | 315 | 315 | 0 | 1 | 1 | 22 | 0 | 3 | 121 |
Binary | 11010000 | 11001101 | 11001101 | 0 | 1 | 1 | 10010 | 0 | 11 | 1010001 |
Color Harmonies of #D0CDCD
Complementary color
Monochromatic Colors of #D0CDCD
Black with #D0CDCD
Text Example
Text Example
White with #D0CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDCD; }
p { color: rgb(208,205,205); }
H1.HeaderClassName
{
color: #D0CDCD;
}
.AnyTagClassName
{
color: #D0CDCD;
}
</style>
background-color css
<style>
a { background-color: #D0CDCD; }
a { background-color: rgb(208,205,205); }
div.DivClassName
{
background-color: #D0CDCD;
}
.BgClassName
{
background-color: #D0CDCD;
}
</style>
border-color css
<style>
span { border-color: #D0CDCD; }
span { border-color: rgb(208,205,205); }
td.TdClassName
{
border-color: #D0CDCD;
}
.TagClassName
{
border-color: #D0CDCD;
}
</style>