Shades of Lavender Grey #CBC9DC
Tints of Lavender Grey #CBC9DC
RGB
CMYK
RGB Variations
Color information
#CBC9DC (or 0xCBC9DC) is known color: Lavender Grey. HEX triplet: CB, C9 and DC. RGB value is (203,201,220). Sum of RGB (Red+Green+Blue) = 203+201+220=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9DC is #343623. Grayscale: #CBCBCB. Windows color (decimal): -3421732 or 14469579. OLE color: 14469579.
HSL color Cylindrical-coordinate representation of color #CBC9DC: hue angle of 246.32º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBC9DC is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 201 | 220 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.14 |
| HSL | 246.32º | 0.21% | 0.83% | - |
| HSV(B) | 246.32º | 0.09% | 0.86% | - |
| XYZ | 58.43 | 59.64 | 76.14 | - |
| YUV | 203.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 220 | 0.08 | 0.09 | 0 | 0.14 | 246.32 | 0.21 | 0.83 |
| Hex | CB | C9 | DC | 8 | 9 | 0 | E | F6 | 15 | 53 |
| Octal | 313 | 311 | 334 | 10 | 11 | 0 | 16 | 366 | 25 | 123 |
| Binary | 11001011 | 11001001 | 11011100 | 1000 | 1001 | 0 | 1110 | 11110110 | 10101 | 1010011 |
Color Harmonies of #CBC9DC
Complementary color
Monochromatic Colors of #CBC9DC
Black with #CBC9DC
Text Example
Text Example
White with #CBC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9DC; }
p { color: rgb(203,201,220); }
H1.HeaderClassName
{
color: #CBC9DC;
}
.AnyTagClassName
{
color: #CBC9DC;
}
</style>
background-color css
<style>
a { background-color: #CBC9DC; }
a { background-color: rgb(203,201,220); }
div.DivClassName
{
background-color: #CBC9DC;
}
.BgClassName
{
background-color: #CBC9DC;
}
</style>
border-color css
<style>
span { border-color: #CBC9DC; }
span { border-color: rgb(203,201,220); }
td.TdClassName
{
border-color: #CBC9DC;
}
.TagClassName
{
border-color: #CBC9DC;
}
</style>