Shades of Lavender Grey #CBCBDB
Tints of Lavender Grey #CBCBDB
RGB
CMYK
RGB Variations
Color information
#CBCBDB (or 0xCBCBDB) is known color: Lavender Grey. HEX triplet: CB, CB and DB. RGB value is (203,203,219). Sum of RGB (Red+Green+Blue) = 203+203+219=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBDB is #343424. Grayscale: #CCCCCC. Windows color (decimal): -3421221 or 14404555. OLE color: 14404555.
HSL color Cylindrical-coordinate representation of color #CBCBDB: hue angle of 240º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCBDB is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 203 | 203 | 219 | - |
CMYK | 0.07 | 0.07 | 0 | 0.14 |
HSL | 240º | 0.18% | 0.83% | - |
HSV(B) | 240º | 0.07% | 0.86% | - |
XYZ | 58.77 | 60.52 | 75.6 | - |
YUV | 204.82 | 136 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 203 | 219 | 0.07 | 0.07 | 0 | 0.14 | 240 | 0.18 | 0.83 |
Hex | CB | CB | DB | 7 | 7 | 0 | E | F0 | 12 | 53 |
Octal | 313 | 313 | 333 | 7 | 7 | 0 | 16 | 360 | 22 | 123 |
Binary | 11001011 | 11001011 | 11011011 | 111 | 111 | 0 | 1110 | 11110000 | 10010 | 1010011 |
Color Harmonies of #CBCBDB
Complementary color
Monochromatic Colors of #CBCBDB
Black with #CBCBDB
Text Example
Text Example
White with #CBCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBDB; }
p { color: rgb(203,203,219); }
H1.HeaderClassName
{
color: #CBCBDB;
}
.AnyTagClassName
{
color: #CBCBDB;
}
</style>
background-color css
<style>
a { background-color: #CBCBDB; }
a { background-color: rgb(203,203,219); }
div.DivClassName
{
background-color: #CBCBDB;
}
.BgClassName
{
background-color: #CBCBDB;
}
</style>
border-color css
<style>
span { border-color: #CBCBDB; }
span { border-color: rgb(203,203,219); }
td.TdClassName
{
border-color: #CBCBDB;
}
.TagClassName
{
border-color: #CBCBDB;
}
</style>