Shades of Very Light Grey #D3CBCB
Tints of Very Light Grey #D3CBCB
RGB
CMYK
RGB Variations
Color information
#D3CBCB (or 0xD3CBCB) is known color: Very Light Grey. HEX triplet: D3, CB and CB. RGB value is (211,203,203). Sum of RGB (Red+Green+Blue) = 211+203+203=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CBCB is #2C3434. Grayscale: #CDCDCD. Windows color (decimal): -2896949 or 13355987. OLE color: 13355987.
HSL color Cylindrical-coordinate representation of color #D3CBCB: hue angle of 0º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3CBCB is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 203 | 203 | - |
CMYK | 0 | 0.04 | 0.04 | 0.17 |
HSL | 0º | 0.08% | 0.81% | - |
HSV(B) | 0º | 0.04% | 0.83% | - |
XYZ | 59 | 60.87 | 65.14 | - |
YUV | 205.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 203 | 203 | 0 | 0.04 | 0.04 | 0.17 | 0 | 0.08 | 0.81 |
Hex | D3 | CB | CB | 0 | 4 | 4 | 11 | 0 | 8 | 51 |
Octal | 323 | 313 | 313 | 0 | 4 | 4 | 21 | 0 | 10 | 121 |
Binary | 11010011 | 11001011 | 11001011 | 0 | 100 | 100 | 10001 | 0 | 1000 | 1010001 |
Color Harmonies of #D3CBCB
Complementary color
Monochromatic Colors of #D3CBCB
Black with #D3CBCB
Text Example
Text Example
White with #D3CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBCB; }
p { color: rgb(211,203,203); }
H1.HeaderClassName
{
color: #D3CBCB;
}
.AnyTagClassName
{
color: #D3CBCB;
}
</style>
background-color css
<style>
a { background-color: #D3CBCB; }
a { background-color: rgb(211,203,203); }
div.DivClassName
{
background-color: #D3CBCB;
}
.BgClassName
{
background-color: #D3CBCB;
}
</style>
border-color css
<style>
span { border-color: #D3CBCB; }
span { border-color: rgb(211,203,203); }
td.TdClassName
{
border-color: #D3CBCB;
}
.TagClassName
{
border-color: #D3CBCB;
}
</style>