Shades of Lavender Grey #CCCBE1
Tints of Lavender Grey #CCCBE1
RGB
CMYK
RGB Variations
Color information
#CCCBE1 (or 0xCCCBE1) is known color: Lavender Grey. HEX triplet: CC, CB and E1. RGB value is (204,203,225). Sum of RGB (Red+Green+Blue) = 204+203+225=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCCBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBE1 is #33341E. Grayscale: #CDCDCD. Windows color (decimal): -3355679 or 14797772. OLE color: 14797772.
HSL color Cylindrical-coordinate representation of color #CCCBE1: hue angle of 242.73º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCCBE1 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 203 | 225 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.12 |
| HSL | 242.73º | 0.27% | 0.84% | - |
| HSV(B) | 242.73º | 0.1% | 0.88% | - |
| XYZ | 59.85 | 60.99 | 79.85 | - |
| YUV | 205.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 225 | 0.09 | 0.10 | 0 | 0.12 | 242.73 | 0.27 | 0.84 |
| Hex | CC | CB | E1 | 9 | A | 0 | C | F3 | 1B | 54 |
| Octal | 314 | 313 | 341 | 11 | 12 | 0 | 14 | 363 | 33 | 124 |
| Binary | 11001100 | 11001011 | 11100001 | 1001 | 1010 | 0 | 1100 | 11110011 | 11011 | 1010100 |
Color Harmonies of #CCCBE1
Complementary color
Monochromatic Colors of #CCCBE1
Black with #CCCBE1
Text Example
Text Example
White with #CCCBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBE1; }
p { color: rgb(204,203,225); }
H1.HeaderClassName
{
color: #CCCBE1;
}
.AnyTagClassName
{
color: #CCCBE1;
}
</style>
background-color css
<style>
a { background-color: #CCCBE1; }
a { background-color: rgb(204,203,225); }
div.DivClassName
{
background-color: #CCCBE1;
}
.BgClassName
{
background-color: #CCCBE1;
}
</style>
border-color css
<style>
span { border-color: #CCCBE1; }
span { border-color: rgb(204,203,225); }
td.TdClassName
{
border-color: #CCCBE1;
}
.TagClassName
{
border-color: #CCCBE1;
}
</style>