Shades of Lavender Grey #CBCAE4
Tints of Lavender Grey #CBCAE4
RGB
CMYK
RGB Variations
Color information
#CBCAE4 (or 0xCBCAE4) is known color: Lavender Grey. HEX triplet: CB, CA and E4. RGB value is (203,202,228). Sum of RGB (Red+Green+Blue) = 203+202+228=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBCAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAE4 is #34351B. Grayscale: #CDCDCD. Windows color (decimal): -3421468 or 14994123. OLE color: 14994123.
HSL color Cylindrical-coordinate representation of color #CBCAE4: hue angle of 242.31º degrees, saturation: 0.32, 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 #CBCAE4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 202 | 228 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.11 |
| HSL | 242.31º | 0.33% | 0.84% | - |
| HSV(B) | 242.31º | 0.11% | 0.89% | - |
| XYZ | 59.75 | 60.54 | 81.93 | - |
| YUV | 205.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 228 | 0.11 | 0.11 | 0 | 0.11 | 242.31 | 0.33 | 0.84 |
| Hex | CB | CA | E4 | B | B | 0 | B | F2 | 20 | 54 |
| Octal | 313 | 312 | 344 | 13 | 13 | 0 | 13 | 362 | 40 | 124 |
| Binary | 11001011 | 11001010 | 11100100 | 1011 | 1011 | 0 | 1011 | 11110010 | 100000 | 1010100 |
Color Harmonies of #CBCAE4
Complementary color
Monochromatic Colors of #CBCAE4
Black with #CBCAE4
Text Example
Text Example
White with #CBCAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCAE4; }
p { color: rgb(203,202,228); }
H1.HeaderClassName
{
color: #CBCAE4;
}
.AnyTagClassName
{
color: #CBCAE4;
}
</style>
background-color css
<style>
a { background-color: #CBCAE4; }
a { background-color: rgb(203,202,228); }
div.DivClassName
{
background-color: #CBCAE4;
}
.BgClassName
{
background-color: #CBCAE4;
}
</style>
border-color css
<style>
span { border-color: #CBCAE4; }
span { border-color: rgb(203,202,228); }
td.TdClassName
{
border-color: #CBCAE4;
}
.TagClassName
{
border-color: #CBCAE4;
}
</style>