Shades of Very Light Grey #D9CBCB
Tints of Very Light Grey #D9CBCB
RGB
CMYK
RGB Variations
Color information
#D9CBCB (or 0xD9CBCB) is known color: Very Light Grey. HEX triplet: D9, CB and CB. RGB value is (217,203,203). Sum of RGB (Red+Green+Blue) = 217+203+203=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBCB is #263434. Grayscale: #CFCFCF. Windows color (decimal): -2503733 or 13355993. OLE color: 13355993.
HSL color Cylindrical-coordinate representation of color #D9CBCB: hue angle of 0º degrees, saturation: 0.16, 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 #D9CBCB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 203 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.15 |
| HSL | 0º | 0.16% | 0.82% | - |
| HSV(B) | 0º | 0.06% | 0.85% | - |
| XYZ | 60.75 | 61.78 | 65.22 | - |
| YUV | 207.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 203 | 0 | 0.06 | 0.06 | 0.15 | 0 | 0.16 | 0.82 |
| Hex | D9 | CB | CB | 0 | 6 | 6 | F | 0 | 10 | 52 |
| Octal | 331 | 313 | 313 | 0 | 6 | 6 | 17 | 0 | 20 | 122 |
| Binary | 11011001 | 11001011 | 11001011 | 0 | 110 | 110 | 1111 | 0 | 10000 | 1010010 |
Color Harmonies of #D9CBCB
Complementary color
Monochromatic Colors of #D9CBCB
Black with #D9CBCB
Text Example
Text Example
White with #D9CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBCB; }
p { color: rgb(217,203,203); }
H1.HeaderClassName
{
color: #D9CBCB;
}
.AnyTagClassName
{
color: #D9CBCB;
}
</style>
background-color css
<style>
a { background-color: #D9CBCB; }
a { background-color: rgb(217,203,203); }
div.DivClassName
{
background-color: #D9CBCB;
}
.BgClassName
{
background-color: #D9CBCB;
}
</style>
border-color css
<style>
span { border-color: #D9CBCB; }
span { border-color: rgb(217,203,203); }
td.TdClassName
{
border-color: #D9CBCB;
}
.TagClassName
{
border-color: #D9CBCB;
}
</style>