Shades of Very Light Grey #D5CBCB
Tints of Very Light Grey #D5CBCB
RGB
CMYK
RGB Variations
Color information
#D5CBCB (or 0xD5CBCB) is known color: Very Light Grey. HEX triplet: D5, CB and CB. RGB value is (213,203,203). Sum of RGB (Red+Green+Blue) = 213+203+203=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBCB is #2A3434. Grayscale: #CECECE. Windows color (decimal): -2765877 or 13355989. OLE color: 13355989.
HSL color Cylindrical-coordinate representation of color #D5CBCB: hue angle of 0º degrees, saturation: 0.11, 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 #D5CBCB is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 203 | 203 | - |
CMYK | 0 | 0.05 | 0.05 | 0.16 |
HSL | 0º | 0.11% | 0.82% | - |
HSV(B) | 0º | 0.05% | 0.84% | - |
XYZ | 59.58 | 61.17 | 65.17 | - |
YUV | 205.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 203 | 203 | 0 | 0.05 | 0.05 | 0.16 | 0 | 0.11 | 0.82 |
Hex | D5 | CB | CB | 0 | 5 | 5 | 10 | 0 | B | 52 |
Octal | 325 | 313 | 313 | 0 | 5 | 5 | 20 | 0 | 13 | 122 |
Binary | 11010101 | 11001011 | 11001011 | 0 | 101 | 101 | 10000 | 0 | 1011 | 1010010 |
Color Harmonies of #D5CBCB
Complementary color
Monochromatic Colors of #D5CBCB
Black with #D5CBCB
Text Example
Text Example
White with #D5CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBCB; }
p { color: rgb(213,203,203); }
H1.HeaderClassName
{
color: #D5CBCB;
}
.AnyTagClassName
{
color: #D5CBCB;
}
</style>
background-color css
<style>
a { background-color: #D5CBCB; }
a { background-color: rgb(213,203,203); }
div.DivClassName
{
background-color: #D5CBCB;
}
.BgClassName
{
background-color: #D5CBCB;
}
</style>
border-color css
<style>
span { border-color: #D5CBCB; }
span { border-color: rgb(213,203,203); }
td.TdClassName
{
border-color: #D5CBCB;
}
.TagClassName
{
border-color: #D5CBCB;
}
</style>