Shades of Lavender Grey #CBCBE3
Tints of Lavender Grey #CBCBE3
RGB
CMYK
RGB Variations
Color information
#CBCBE3 (or 0xCBCBE3) is known color: Lavender Grey. HEX triplet: CB, CB and E3. RGB value is (203,203,227). Sum of RGB (Red+Green+Blue) = 203+203+227=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBCBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBE3 is #34341C. Grayscale: #CDCDCD. Windows color (decimal): -3421213 or 14928843. OLE color: 14928843.
HSL color Cylindrical-coordinate representation of color #CBCBE3: hue angle of 240º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBCBE3 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 203 | 227 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.11 |
| HSL | 240º | 0.3% | 0.84% | - |
| HSV(B) | 240º | 0.11% | 0.89% | - |
| XYZ | 59.85 | 60.95 | 81.28 | - |
| YUV | 205.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 227 | 0.11 | 0.11 | 0 | 0.11 | 240 | 0.3 | 0.84 |
| Hex | CB | CB | E3 | B | B | 0 | B | F0 | 1E | 54 |
| Octal | 313 | 313 | 343 | 13 | 13 | 0 | 13 | 360 | 36 | 124 |
| Binary | 11001011 | 11001011 | 11100011 | 1011 | 1011 | 0 | 1011 | 11110000 | 11110 | 1010100 |
Color Harmonies of #CBCBE3
Complementary color
Monochromatic Colors of #CBCBE3
Black with #CBCBE3
Text Example
Text Example
White with #CBCBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBE3; }
p { color: rgb(203,203,227); }
H1.HeaderClassName
{
color: #CBCBE3;
}
.AnyTagClassName
{
color: #CBCBE3;
}
</style>
background-color css
<style>
a { background-color: #CBCBE3; }
a { background-color: rgb(203,203,227); }
div.DivClassName
{
background-color: #CBCBE3;
}
.BgClassName
{
background-color: #CBCBE3;
}
</style>
border-color css
<style>
span { border-color: #CBCBE3; }
span { border-color: rgb(203,203,227); }
td.TdClassName
{
border-color: #CBCBE3;
}
.TagClassName
{
border-color: #CBCBE3;
}
</style>