Shades of Very Light Grey #D6CCCC
Tints of Very Light Grey #D6CCCC
RGB
CMYK
RGB Variations
Color information
#D6CCCC (or 0xD6CCCC) is known color: Very Light Grey. HEX triplet: D6, CC and CC. RGB value is (214,204,204). Sum of RGB (Red+Green+Blue) = 214+204+204=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCCC is #293333. Grayscale: #CFCFCF. Windows color (decimal): -2700084 or 13421782. OLE color: 13421782.
HSL color Cylindrical-coordinate representation of color #D6CCCC: 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 #D6CCCC is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 204 | 204 | - |
CMYK | 0 | 0.05 | 0.05 | 0.16 |
HSL | 0º | 0.11% | 0.82% | - |
HSV(B) | 0º | 0.05% | 0.84% | - |
XYZ | 60.22 | 61.84 | 65.89 | - |
YUV | 206.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 204 | 204 | 0 | 0.05 | 0.05 | 0.16 | 0 | 0.11 | 0.82 |
Hex | D6 | CC | CC | 0 | 5 | 5 | 10 | 0 | B | 52 |
Octal | 326 | 314 | 314 | 0 | 5 | 5 | 20 | 0 | 13 | 122 |
Binary | 11010110 | 11001100 | 11001100 | 0 | 101 | 101 | 10000 | 0 | 1011 | 1010010 |
Color Harmonies of #D6CCCC
Complementary color
Monochromatic Colors of #D6CCCC
Black with #D6CCCC
Text Example
Text Example
White with #D6CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCCC; }
p { color: rgb(214,204,204); }
H1.HeaderClassName
{
color: #D6CCCC;
}
.AnyTagClassName
{
color: #D6CCCC;
}
</style>
background-color css
<style>
a { background-color: #D6CCCC; }
a { background-color: rgb(214,204,204); }
div.DivClassName
{
background-color: #D6CCCC;
}
.BgClassName
{
background-color: #D6CCCC;
}
</style>
border-color css
<style>
span { border-color: #D6CCCC; }
span { border-color: rgb(214,204,204); }
td.TdClassName
{
border-color: #D6CCCC;
}
.TagClassName
{
border-color: #D6CCCC;
}
</style>