Shades of Lavender Grey #CBCBE2
Tints of Lavender Grey #CBCBE2
RGB
CMYK
RGB Variations
Color information
#CBCBE2 (or 0xCBCBE2) is known color: Lavender Grey. HEX triplet: CB, CB and E2. RGB value is (203,203,226). Sum of RGB (Red+Green+Blue) = 203+203+226=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBCBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBE2 is #34341D. Grayscale: #CDCDCD. Windows color (decimal): -3421214 or 14863307. OLE color: 14863307.
HSL color Cylindrical-coordinate representation of color #CBCBE2: hue angle of 240º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBCBE2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 203 | 226 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.11 |
| HSL | 240º | 0.28% | 0.84% | - |
| HSV(B) | 240º | 0.1% | 0.89% | - |
| XYZ | 59.71 | 60.9 | 80.56 | - |
| YUV | 205.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 226 | 0.10 | 0.10 | 0 | 0.11 | 240 | 0.28 | 0.84 |
| Hex | CB | CB | E2 | A | A | 0 | B | F0 | 1C | 54 |
| Octal | 313 | 313 | 342 | 12 | 12 | 0 | 13 | 360 | 34 | 124 |
| Binary | 11001011 | 11001011 | 11100010 | 1010 | 1010 | 0 | 1011 | 11110000 | 11100 | 1010100 |
Color Harmonies of #CBCBE2
Complementary color
Monochromatic Colors of #CBCBE2
Black with #CBCBE2
Text Example
Text Example
White with #CBCBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBE2; }
p { color: rgb(203,203,226); }
H1.HeaderClassName
{
color: #CBCBE2;
}
.AnyTagClassName
{
color: #CBCBE2;
}
</style>
background-color css
<style>
a { background-color: #CBCBE2; }
a { background-color: rgb(203,203,226); }
div.DivClassName
{
background-color: #CBCBE2;
}
.BgClassName
{
background-color: #CBCBE2;
}
</style>
border-color css
<style>
span { border-color: #CBCBE2; }
span { border-color: rgb(203,203,226); }
td.TdClassName
{
border-color: #CBCBE2;
}
.TagClassName
{
border-color: #CBCBE2;
}
</style>