Shades of Lavender Grey #CCCBE2
Tints of Lavender Grey #CCCBE2
RGB
CMYK
RGB Variations
Color information
#CCCBE2 (or 0xCCCBE2) is known color: Lavender Grey. HEX triplet: CC, CB and E2. RGB value is (204,203,226). Sum of RGB (Red+Green+Blue) = 204+203+226=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCCBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBE2 is #33341D. Grayscale: #CDCDCD. Windows color (decimal): -3355678 or 14863308. OLE color: 14863308.
HSL color Cylindrical-coordinate representation of color #CCCBE2: hue angle of 242.61º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCCBE2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 203 | 226 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.11 |
| HSL | 242.61º | 0.28% | 0.84% | - |
| HSV(B) | 242.61º | 0.1% | 0.89% | - |
| XYZ | 59.99 | 61.04 | 80.57 | - |
| YUV | 205.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 226 | 0.10 | 0.10 | 0 | 0.11 | 242.61 | 0.28 | 0.84 |
| Hex | CC | CB | E2 | A | A | 0 | B | F3 | 1C | 54 |
| Octal | 314 | 313 | 342 | 12 | 12 | 0 | 13 | 363 | 34 | 124 |
| Binary | 11001100 | 11001011 | 11100010 | 1010 | 1010 | 0 | 1011 | 11110011 | 11100 | 1010100 |
Color Harmonies of #CCCBE2
Complementary color
Monochromatic Colors of #CCCBE2
Black with #CCCBE2
Text Example
Text Example
White with #CCCBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBE2; }
p { color: rgb(204,203,226); }
H1.HeaderClassName
{
color: #CCCBE2;
}
.AnyTagClassName
{
color: #CCCBE2;
}
</style>
background-color css
<style>
a { background-color: #CCCBE2; }
a { background-color: rgb(204,203,226); }
div.DivClassName
{
background-color: #CCCBE2;
}
.BgClassName
{
background-color: #CCCBE2;
}
</style>
border-color css
<style>
span { border-color: #CCCBE2; }
span { border-color: rgb(204,203,226); }
td.TdClassName
{
border-color: #CCCBE2;
}
.TagClassName
{
border-color: #CCCBE2;
}
</style>