Shades of Very Light Grey #D5CCCC
Tints of Very Light Grey #D5CCCC
RGB
CMYK
RGB Variations
Color information
#D5CCCC (or 0xD5CCCC) is known color: Very Light Grey. HEX triplet: D5, CC and CC. RGB value is (213,204,204). Sum of RGB (Red+Green+Blue) = 213+204+204=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCCC is #2A3333. Grayscale: #CECECE. Windows color (decimal): -2765620 or 13421781. OLE color: 13421781.
HSL color Cylindrical-coordinate representation of color #D5CCCC: hue angle of 0º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5CCCC is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 204 | 204 | - |
CMYK | 0 | 0.04 | 0.04 | 0.16 |
HSL | 0º | 0.1% | 0.82% | - |
HSV(B) | 0º | 0.04% | 0.84% | - |
XYZ | 59.93 | 61.69 | 65.88 | - |
YUV | 206.69 | 126.48 | 132.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 204 | 204 | 0 | 0.04 | 0.04 | 0.16 | 0 | 0.1 | 0.82 |
Hex | D5 | CC | CC | 0 | 4 | 4 | 10 | 0 | A | 52 |
Octal | 325 | 314 | 314 | 0 | 4 | 4 | 20 | 0 | 12 | 122 |
Binary | 11010101 | 11001100 | 11001100 | 0 | 100 | 100 | 10000 | 0 | 1010 | 1010010 |
Color Harmonies of #D5CCCC
Complementary color
Monochromatic Colors of #D5CCCC
Black with #D5CCCC
Text Example
Text Example
White with #D5CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCCC; }
p { color: rgb(213,204,204); }
H1.HeaderClassName
{
color: #D5CCCC;
}
.AnyTagClassName
{
color: #D5CCCC;
}
</style>
background-color css
<style>
a { background-color: #D5CCCC; }
a { background-color: rgb(213,204,204); }
div.DivClassName
{
background-color: #D5CCCC;
}
.BgClassName
{
background-color: #D5CCCC;
}
</style>
border-color css
<style>
span { border-color: #D5CCCC; }
span { border-color: rgb(213,204,204); }
td.TdClassName
{
border-color: #D5CCCC;
}
.TagClassName
{
border-color: #D5CCCC;
}
</style>