Shades of Lavender Grey #CBC9DF
Tints of Lavender Grey #CBC9DF
RGB
CMYK
RGB Variations
Color information
#CBC9DF (or 0xCBC9DF) is known color: Lavender Grey. HEX triplet: CB, C9 and DF. RGB value is (203,201,223). Sum of RGB (Red+Green+Blue) = 203+201+223=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9DF is #343620. Grayscale: #CCCCCC. Windows color (decimal): -3421729 or 14666187. OLE color: 14666187.
HSL color Cylindrical-coordinate representation of color #CBC9DF: hue angle of 245.45º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC9DF is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 201 | 223 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.13 |
| HSL | 245.45º | 0.26% | 0.83% | - |
| HSV(B) | 245.45º | 0.1% | 0.87% | - |
| XYZ | 58.83 | 59.8 | 78.25 | - |
| YUV | 204.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 223 | 0.09 | 0.10 | 0 | 0.13 | 245.45 | 0.26 | 0.83 |
| Hex | CB | C9 | DF | 9 | A | 0 | D | F5 | 1A | 53 |
| Octal | 313 | 311 | 337 | 11 | 12 | 0 | 15 | 365 | 32 | 123 |
| Binary | 11001011 | 11001001 | 11011111 | 1001 | 1010 | 0 | 1101 | 11110101 | 11010 | 1010011 |
Color Harmonies of #CBC9DF
Complementary color
Monochromatic Colors of #CBC9DF
Black with #CBC9DF
Text Example
Text Example
White with #CBC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9DF; }
p { color: rgb(203,201,223); }
H1.HeaderClassName
{
color: #CBC9DF;
}
.AnyTagClassName
{
color: #CBC9DF;
}
</style>
background-color css
<style>
a { background-color: #CBC9DF; }
a { background-color: rgb(203,201,223); }
div.DivClassName
{
background-color: #CBC9DF;
}
.BgClassName
{
background-color: #CBC9DF;
}
</style>
border-color css
<style>
span { border-color: #CBC9DF; }
span { border-color: rgb(203,201,223); }
td.TdClassName
{
border-color: #CBC9DF;
}
.TagClassName
{
border-color: #CBC9DF;
}
</style>