Shades of Very Light Grey #D8CBCB
Tints of Very Light Grey #D8CBCB
RGB
CMYK
RGB Variations
Color information
#D8CBCB (or 0xD8CBCB) is known color: Very Light Grey. HEX triplet: D8, CB and CB. RGB value is (216,203,203). Sum of RGB (Red+Green+Blue) = 216+203+203=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBCB is #273434. Grayscale: #CECECE. Windows color (decimal): -2569269 or 13355992. OLE color: 13355992.
HSL color Cylindrical-coordinate representation of color #D8CBCB: hue angle of 0º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CBCB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 203 | 203 | - |
CMYK | 0 | 0.06 | 0.06 | 0.15 |
HSL | 0º | 0.14% | 0.82% | - |
HSV(B) | 0º | 0.06% | 0.85% | - |
XYZ | 60.45 | 61.62 | 65.21 | - |
YUV | 206.89 | 125.81 | 134.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 203 | 203 | 0 | 0.06 | 0.06 | 0.15 | 0 | 0.14 | 0.82 |
Hex | D8 | CB | CB | 0 | 6 | 6 | F | 0 | E | 52 |
Octal | 330 | 313 | 313 | 0 | 6 | 6 | 17 | 0 | 16 | 122 |
Binary | 11011000 | 11001011 | 11001011 | 0 | 110 | 110 | 1111 | 0 | 1110 | 1010010 |
Color Harmonies of #D8CBCB
Complementary color
Monochromatic Colors of #D8CBCB
Black with #D8CBCB
Text Example
Text Example
White with #D8CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CBCB; }
p { color: rgb(216,203,203); }
H1.HeaderClassName
{
color: #D8CBCB;
}
.AnyTagClassName
{
color: #D8CBCB;
}
</style>
background-color css
<style>
a { background-color: #D8CBCB; }
a { background-color: rgb(216,203,203); }
div.DivClassName
{
background-color: #D8CBCB;
}
.BgClassName
{
background-color: #D8CBCB;
}
</style>
border-color css
<style>
span { border-color: #D8CBCB; }
span { border-color: rgb(216,203,203); }
td.TdClassName
{
border-color: #D8CBCB;
}
.TagClassName
{
border-color: #D8CBCB;
}
</style>