Shades of Lavender Grey #CBC8E5
Tints of Lavender Grey #CBC8E5
RGB
CMYK
RGB Variations
Color information
#CBC8E5 (or 0xCBC8E5) is known color: Lavender Grey. HEX triplet: CB, C8 and E5. RGB value is (203,200,229). Sum of RGB (Red+Green+Blue) = 203+200+229=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBC8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8E5 is #34371A. Grayscale: #CCCCCC. Windows color (decimal): -3421979 or 15059147. OLE color: 15059147.
HSL color Cylindrical-coordinate representation of color #CBC8E5: hue angle of 246.21º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC8E5 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 200 | 229 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.10 |
| HSL | 246.21º | 0.36% | 0.84% | - |
| HSV(B) | 246.21º | 0.13% | 0.9% | - |
| XYZ | 59.43 | 59.66 | 82.51 | - |
| YUV | 204.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 229 | 0.11 | 0.13 | 0 | 0.10 | 246.21 | 0.36 | 0.84 |
| Hex | CB | C8 | E5 | B | D | 0 | A | F6 | 24 | 54 |
| Octal | 313 | 310 | 345 | 13 | 15 | 0 | 12 | 366 | 44 | 124 |
| Binary | 11001011 | 11001000 | 11100101 | 1011 | 1101 | 0 | 1010 | 11110110 | 100100 | 1010100 |
Color Harmonies of #CBC8E5
Complementary color
Monochromatic Colors of #CBC8E5
Black with #CBC8E5
Text Example
Text Example
White with #CBC8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8E5; }
p { color: rgb(203,200,229); }
H1.HeaderClassName
{
color: #CBC8E5;
}
.AnyTagClassName
{
color: #CBC8E5;
}
</style>
background-color css
<style>
a { background-color: #CBC8E5; }
a { background-color: rgb(203,200,229); }
div.DivClassName
{
background-color: #CBC8E5;
}
.BgClassName
{
background-color: #CBC8E5;
}
</style>
border-color css
<style>
span { border-color: #CBC8E5; }
span { border-color: rgb(203,200,229); }
td.TdClassName
{
border-color: #CBC8E5;
}
.TagClassName
{
border-color: #CBC8E5;
}
</style>