Shades of Lavender Grey #CBCBDF
Tints of Lavender Grey #CBCBDF
RGB
CMYK
RGB Variations
Color information
#CBCBDF (or 0xCBCBDF) is known color: Lavender Grey. HEX triplet: CB, CB and DF. RGB value is (203,203,223). Sum of RGB (Red+Green+Blue) = 203+203+223=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBCBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBDF is #343420. Grayscale: #CDCDCD. Windows color (decimal): -3421217 or 14666699. OLE color: 14666699.
HSL color Cylindrical-coordinate representation of color #CBCBDF: hue angle of 240º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBCBDF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 203 | 223 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.13 |
| HSL | 240º | 0.24% | 0.84% | - |
| HSV(B) | 240º | 0.09% | 0.87% | - |
| XYZ | 59.3 | 60.74 | 78.41 | - |
| YUV | 205.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 223 | 0.09 | 0.09 | 0 | 0.13 | 240 | 0.24 | 0.84 |
| Hex | CB | CB | DF | 9 | 9 | 0 | D | F0 | 18 | 54 |
| Octal | 313 | 313 | 337 | 11 | 11 | 0 | 15 | 360 | 30 | 124 |
| Binary | 11001011 | 11001011 | 11011111 | 1001 | 1001 | 0 | 1101 | 11110000 | 11000 | 1010100 |
Color Harmonies of #CBCBDF
Complementary color
Monochromatic Colors of #CBCBDF
Black with #CBCBDF
Text Example
Text Example
White with #CBCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBDF; }
p { color: rgb(203,203,223); }
H1.HeaderClassName
{
color: #CBCBDF;
}
.AnyTagClassName
{
color: #CBCBDF;
}
</style>
background-color css
<style>
a { background-color: #CBCBDF; }
a { background-color: rgb(203,203,223); }
div.DivClassName
{
background-color: #CBCBDF;
}
.BgClassName
{
background-color: #CBCBDF;
}
</style>
border-color css
<style>
span { border-color: #CBCBDF; }
span { border-color: rgb(203,203,223); }
td.TdClassName
{
border-color: #CBCBDF;
}
.TagClassName
{
border-color: #CBCBDF;
}
</style>