Shades of Lavender Grey #CBC9D6
Tints of Lavender Grey #CBC9D6
RGB
CMYK
RGB Variations
Color information
#CBC9D6 (or 0xCBC9D6) is known color: Lavender Grey. HEX triplet: CB, C9 and D6. RGB value is (203,201,214). Sum of RGB (Red+Green+Blue) = 203+201+214=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 214 (83.98% from 255 or 34.63% from 618); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9D6 is #343629. Grayscale: #CBCBCB. Windows color (decimal): -3421738 or 14076363. OLE color: 14076363.
HSL color Cylindrical-coordinate representation of color #CBC9D6: hue angle of 249.23º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBC9D6 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 201 | 214 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.16 |
| HSL | 249.23º | 0.14% | 0.81% | - |
| HSV(B) | 249.23º | 0.06% | 0.84% | - |
| XYZ | 57.65 | 59.32 | 72.03 | - |
| YUV | 203.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 214 | 0.05 | 0.06 | 0 | 0.16 | 249.23 | 0.14 | 0.81 |
| Hex | CB | C9 | D6 | 5 | 6 | 0 | 10 | F9 | E | 51 |
| Octal | 313 | 311 | 326 | 5 | 6 | 0 | 20 | 371 | 16 | 121 |
| Binary | 11001011 | 11001001 | 11010110 | 101 | 110 | 0 | 10000 | 11111001 | 1110 | 1010001 |
Color Harmonies of #CBC9D6
Complementary color
Monochromatic Colors of #CBC9D6
Black with #CBC9D6
Text Example
Text Example
White with #CBC9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9D6; }
p { color: rgb(203,201,214); }
H1.HeaderClassName
{
color: #CBC9D6;
}
.AnyTagClassName
{
color: #CBC9D6;
}
</style>
background-color css
<style>
a { background-color: #CBC9D6; }
a { background-color: rgb(203,201,214); }
div.DivClassName
{
background-color: #CBC9D6;
}
.BgClassName
{
background-color: #CBC9D6;
}
</style>
border-color css
<style>
span { border-color: #CBC9D6; }
span { border-color: rgb(203,201,214); }
td.TdClassName
{
border-color: #CBC9D6;
}
.TagClassName
{
border-color: #CBC9D6;
}
</style>