Shades of Lavender Grey #CBCAE0
Tints of Lavender Grey #CBCAE0
RGB
CMYK
RGB Variations
Color information
#CBCAE0 (or 0xCBCAE0) is known color: Lavender Grey. HEX triplet: CB, CA and E0. RGB value is (203,202,224). Sum of RGB (Red+Green+Blue) = 203+202+224=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAE0 is #34351F. Grayscale: #CCCCCC. Windows color (decimal): -3421472 or 14731979. OLE color: 14731979.
HSL color Cylindrical-coordinate representation of color #CBCAE0: hue angle of 242.73º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBCAE0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 202 | 224 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.12 |
| HSL | 242.73º | 0.26% | 0.84% | - |
| HSV(B) | 242.73º | 0.1% | 0.88% | - |
| XYZ | 59.2 | 60.32 | 79.04 | - |
| YUV | 204.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 224 | 0.09 | 0.10 | 0 | 0.12 | 242.73 | 0.26 | 0.84 |
| Hex | CB | CA | E0 | 9 | A | 0 | C | F3 | 1A | 54 |
| Octal | 313 | 312 | 340 | 11 | 12 | 0 | 14 | 363 | 32 | 124 |
| Binary | 11001011 | 11001010 | 11100000 | 1001 | 1010 | 0 | 1100 | 11110011 | 11010 | 1010100 |
Color Harmonies of #CBCAE0
Complementary color
Monochromatic Colors of #CBCAE0
Black with #CBCAE0
Text Example
Text Example
White with #CBCAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCAE0; }
p { color: rgb(203,202,224); }
H1.HeaderClassName
{
color: #CBCAE0;
}
.AnyTagClassName
{
color: #CBCAE0;
}
</style>
background-color css
<style>
a { background-color: #CBCAE0; }
a { background-color: rgb(203,202,224); }
div.DivClassName
{
background-color: #CBCAE0;
}
.BgClassName
{
background-color: #CBCAE0;
}
</style>
border-color css
<style>
span { border-color: #CBCAE0; }
span { border-color: rgb(203,202,224); }
td.TdClassName
{
border-color: #CBCAE0;
}
.TagClassName
{
border-color: #CBCAE0;
}
</style>