Shades of Lavender Grey #CBC8E4
Tints of Lavender Grey #CBC8E4
RGB
CMYK
RGB Variations
Color information
#CBC8E4 (or 0xCBC8E4) is known color: Lavender Grey. HEX triplet: CB, C8 and E4. RGB value is (203,200,228). Sum of RGB (Red+Green+Blue) = 203+200+228=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBC8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8E4 is #34371B. Grayscale: #CBCBCB. Windows color (decimal): -3421980 or 14993611. OLE color: 14993611.
HSL color Cylindrical-coordinate representation of color #CBC8E4: hue angle of 246.43º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC8E4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 200 | 228 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.11 |
| HSL | 246.43º | 0.34% | 0.84% | - |
| HSV(B) | 246.43º | 0.12% | 0.89% | - |
| XYZ | 59.29 | 59.61 | 81.78 | - |
| YUV | 204.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 228 | 0.11 | 0.12 | 0 | 0.11 | 246.43 | 0.34 | 0.84 |
| Hex | CB | C8 | E4 | B | C | 0 | B | F6 | 22 | 54 |
| Octal | 313 | 310 | 344 | 13 | 14 | 0 | 13 | 366 | 42 | 124 |
| Binary | 11001011 | 11001000 | 11100100 | 1011 | 1100 | 0 | 1011 | 11110110 | 100010 | 1010100 |
Color Harmonies of #CBC8E4
Complementary color
Monochromatic Colors of #CBC8E4
Black with #CBC8E4
Text Example
Text Example
White with #CBC8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8E4; }
p { color: rgb(203,200,228); }
H1.HeaderClassName
{
color: #CBC8E4;
}
.AnyTagClassName
{
color: #CBC8E4;
}
</style>
background-color css
<style>
a { background-color: #CBC8E4; }
a { background-color: rgb(203,200,228); }
div.DivClassName
{
background-color: #CBC8E4;
}
.BgClassName
{
background-color: #CBC8E4;
}
</style>
border-color css
<style>
span { border-color: #CBC8E4; }
span { border-color: rgb(203,200,228); }
td.TdClassName
{
border-color: #CBC8E4;
}
.TagClassName
{
border-color: #CBC8E4;
}
</style>