Shades of Lavender Grey #CBC9DE
Tints of Lavender Grey #CBC9DE
RGB
CMYK
RGB Variations
Color information
#CBC9DE (or 0xCBC9DE) is known color: Lavender Grey. HEX triplet: CB, C9 and DE. RGB value is (203,201,222). Sum of RGB (Red+Green+Blue) = 203+201+222=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBC9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9DE is #343621. Grayscale: #CBCBCB. Windows color (decimal): -3421730 or 14600651. OLE color: 14600651.
HSL color Cylindrical-coordinate representation of color #CBC9DE: hue angle of 245.71º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBC9DE is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 201 | 222 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.13 |
| HSL | 245.71º | 0.24% | 0.83% | - |
| HSV(B) | 245.71º | 0.09% | 0.87% | - |
| XYZ | 58.7 | 59.74 | 77.55 | - |
| YUV | 203.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 222 | 0.09 | 0.09 | 0 | 0.13 | 245.71 | 0.24 | 0.83 |
| Hex | CB | C9 | DE | 9 | 9 | 0 | D | F6 | 18 | 53 |
| Octal | 313 | 311 | 336 | 11 | 11 | 0 | 15 | 366 | 30 | 123 |
| Binary | 11001011 | 11001001 | 11011110 | 1001 | 1001 | 0 | 1101 | 11110110 | 11000 | 1010011 |
Color Harmonies of #CBC9DE
Complementary color
Monochromatic Colors of #CBC9DE
Black with #CBC9DE
Text Example
Text Example
White with #CBC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9DE; }
p { color: rgb(203,201,222); }
H1.HeaderClassName
{
color: #CBC9DE;
}
.AnyTagClassName
{
color: #CBC9DE;
}
</style>
background-color css
<style>
a { background-color: #CBC9DE; }
a { background-color: rgb(203,201,222); }
div.DivClassName
{
background-color: #CBC9DE;
}
.BgClassName
{
background-color: #CBC9DE;
}
</style>
border-color css
<style>
span { border-color: #CBC9DE; }
span { border-color: rgb(203,201,222); }
td.TdClassName
{
border-color: #CBC9DE;
}
.TagClassName
{
border-color: #CBC9DE;
}
</style>