Shades of Lavender Grey #CBC9E1
Tints of Lavender Grey #CBC9E1
RGB
CMYK
RGB Variations
Color information
#CBC9E1 (or 0xCBC9E1) is known color: Lavender Grey. HEX triplet: CB, C9 and E1. RGB value is (203,201,225). Sum of RGB (Red+Green+Blue) = 203+201+225=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBC9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9E1 is #34361E. Grayscale: #CCCCCC. Windows color (decimal): -3421727 or 14797259. OLE color: 14797259.
HSL color Cylindrical-coordinate representation of color #CBC9E1: hue angle of 245º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBC9E1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 201 | 225 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.12 |
| HSL | 245º | 0.29% | 0.84% | - |
| HSV(B) | 245º | 0.11% | 0.88% | - |
| XYZ | 59.11 | 59.91 | 79.68 | - |
| YUV | 204.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 225 | 0.10 | 0.11 | 0 | 0.12 | 245 | 0.29 | 0.84 |
| Hex | CB | C9 | E1 | A | B | 0 | C | F5 | 1D | 54 |
| Octal | 313 | 311 | 341 | 12 | 13 | 0 | 14 | 365 | 35 | 124 |
| Binary | 11001011 | 11001001 | 11100001 | 1010 | 1011 | 0 | 1100 | 11110101 | 11101 | 1010100 |
Color Harmonies of #CBC9E1
Complementary color
Monochromatic Colors of #CBC9E1
Black with #CBC9E1
Text Example
Text Example
White with #CBC9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9E1; }
p { color: rgb(203,201,225); }
H1.HeaderClassName
{
color: #CBC9E1;
}
.AnyTagClassName
{
color: #CBC9E1;
}
</style>
background-color css
<style>
a { background-color: #CBC9E1; }
a { background-color: rgb(203,201,225); }
div.DivClassName
{
background-color: #CBC9E1;
}
.BgClassName
{
background-color: #CBC9E1;
}
</style>
border-color css
<style>
span { border-color: #CBC9E1; }
span { border-color: rgb(203,201,225); }
td.TdClassName
{
border-color: #CBC9E1;
}
.TagClassName
{
border-color: #CBC9E1;
}
</style>