Shades of Very Light Grey #D4CBCB
Tints of Very Light Grey #D4CBCB
RGB
CMYK
RGB Variations
Color information
#D4CBCB (or 0xD4CBCB) is known color: Very Light Grey. HEX triplet: D4, CB and CB. RGB value is (212,203,203). Sum of RGB (Red+Green+Blue) = 212+203+203=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBCB is #2B3434. Grayscale: #CDCDCD. Windows color (decimal): -2831413 or 13355988. OLE color: 13355988.
HSL color Cylindrical-coordinate representation of color #D4CBCB: hue angle of 0º degrees, saturation: 0.09, 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 #D4CBCB is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 203 | 203 | - |
CMYK | 0 | 0.04 | 0.04 | 0.17 |
HSL | 0º | 0.09% | 0.81% | - |
HSV(B) | 0º | 0.04% | 0.83% | - |
XYZ | 59.29 | 61.02 | 65.15 | - |
YUV | 205.69 | 126.48 | 132.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 203 | 203 | 0 | 0.04 | 0.04 | 0.17 | 0 | 0.09 | 0.81 |
Hex | D4 | CB | CB | 0 | 4 | 4 | 11 | 0 | 9 | 51 |
Octal | 324 | 313 | 313 | 0 | 4 | 4 | 21 | 0 | 11 | 121 |
Binary | 11010100 | 11001011 | 11001011 | 0 | 100 | 100 | 10001 | 0 | 1001 | 1010001 |
Color Harmonies of #D4CBCB
Complementary color
Monochromatic Colors of #D4CBCB
Black with #D4CBCB
Text Example
Text Example
White with #D4CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBCB; }
p { color: rgb(212,203,203); }
H1.HeaderClassName
{
color: #D4CBCB;
}
.AnyTagClassName
{
color: #D4CBCB;
}
</style>
background-color css
<style>
a { background-color: #D4CBCB; }
a { background-color: rgb(212,203,203); }
div.DivClassName
{
background-color: #D4CBCB;
}
.BgClassName
{
background-color: #D4CBCB;
}
</style>
border-color css
<style>
span { border-color: #D4CBCB; }
span { border-color: rgb(212,203,203); }
td.TdClassName
{
border-color: #D4CBCB;
}
.TagClassName
{
border-color: #D4CBCB;
}
</style>