Shades of Lavender Grey #CBC9DA
Tints of Lavender Grey #CBC9DA
RGB
CMYK
RGB Variations
Color information
#CBC9DA (or 0xCBC9DA) is known color: Lavender Grey. HEX triplet: CB, C9 and DA. RGB value is (203,201,218). Sum of RGB (Red+Green+Blue) = 203+201+218=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9DA is #343625. Grayscale: #CBCBCB. Windows color (decimal): -3421734 or 14338507. OLE color: 14338507.
HSL color Cylindrical-coordinate representation of color #CBC9DA: hue angle of 247.06º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBC9DA is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 201 | 218 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.15 |
| HSL | 247.06º | 0.19% | 0.82% | - |
| HSV(B) | 247.06º | 0.08% | 0.85% | - |
| XYZ | 58.17 | 59.53 | 74.75 | - |
| YUV | 203.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 218 | 0.07 | 0.08 | 0 | 0.15 | 247.06 | 0.19 | 0.82 |
| Hex | CB | C9 | DA | 7 | 8 | 0 | F | F7 | 13 | 52 |
| Octal | 313 | 311 | 332 | 7 | 10 | 0 | 17 | 367 | 23 | 122 |
| Binary | 11001011 | 11001001 | 11011010 | 111 | 1000 | 0 | 1111 | 11110111 | 10011 | 1010010 |
Color Harmonies of #CBC9DA
Complementary color
Monochromatic Colors of #CBC9DA
Black with #CBC9DA
Text Example
Text Example
White with #CBC9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9DA; }
p { color: rgb(203,201,218); }
H1.HeaderClassName
{
color: #CBC9DA;
}
.AnyTagClassName
{
color: #CBC9DA;
}
</style>
background-color css
<style>
a { background-color: #CBC9DA; }
a { background-color: rgb(203,201,218); }
div.DivClassName
{
background-color: #CBC9DA;
}
.BgClassName
{
background-color: #CBC9DA;
}
</style>
border-color css
<style>
span { border-color: #CBC9DA; }
span { border-color: rgb(203,201,218); }
td.TdClassName
{
border-color: #CBC9DA;
}
.TagClassName
{
border-color: #CBC9DA;
}
</style>