Shades of Very Light Grey #D6CCCB
Tints of Very Light Grey #D6CCCB
RGB
CMYK
RGB Variations
Color information
#D6CCCB (or 0xD6CCCB) is known color: Very Light Grey. HEX triplet: D6, CC and CB. RGB value is (214,204,203). Sum of RGB (Red+Green+Blue) = 214+204+203=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCCB is #293334. Grayscale: #CECECE. Windows color (decimal): -2700085 or 13356246. OLE color: 13356246.
HSL color Cylindrical-coordinate representation of color #D6CCCB: hue angle of 5.45º degrees, saturation: 0.12, 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 #D6CCCB is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 203 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.16 |
| HSL | 5.45º | 0.12% | 0.82% | - |
| HSV(B) | 5.45º | 0.05% | 0.84% | - |
| XYZ | 60.1 | 61.79 | 65.26 | - |
| YUV | 206.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 203 | 0 | 0.05 | 0.05 | 0.16 | 5.45 | 0.12 | 0.82 |
| Hex | D6 | CC | CB | 0 | 5 | 5 | 10 | 5 | C | 52 |
| Octal | 326 | 314 | 313 | 0 | 5 | 5 | 20 | 5 | 14 | 122 |
| Binary | 11010110 | 11001100 | 11001011 | 0 | 101 | 101 | 10000 | 101 | 1100 | 1010010 |
Color Harmonies of #D6CCCB
Complementary color
Monochromatic Colors of #D6CCCB
Black with #D6CCCB
Text Example
Text Example
White with #D6CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCCB; }
p { color: rgb(214,204,203); }
H1.HeaderClassName
{
color: #D6CCCB;
}
.AnyTagClassName
{
color: #D6CCCB;
}
</style>
background-color css
<style>
a { background-color: #D6CCCB; }
a { background-color: rgb(214,204,203); }
div.DivClassName
{
background-color: #D6CCCB;
}
.BgClassName
{
background-color: #D6CCCB;
}
</style>
border-color css
<style>
span { border-color: #D6CCCB; }
span { border-color: rgb(214,204,203); }
td.TdClassName
{
border-color: #D6CCCB;
}
.TagClassName
{
border-color: #D6CCCB;
}
</style>