Shades of Lavender Grey #CCCBE3
Tints of Lavender Grey #CCCBE3
RGB
CMYK
RGB Variations
Color information
#CCCBE3 (or 0xCCCBE3) is known color: Lavender Grey. HEX triplet: CC, CB and E3. RGB value is (204,203,227). Sum of RGB (Red+Green+Blue) = 204+203+227=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCCBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBE3 is #33341C. Grayscale: #CDCDCD. Windows color (decimal): -3355677 or 14928844. OLE color: 14928844.
HSL color Cylindrical-coordinate representation of color #CCCBE3: hue angle of 242.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCBE3 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 203 | 227 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.11 |
| HSL | 242.5º | 0.3% | 0.84% | - |
| HSV(B) | 242.5º | 0.11% | 0.89% | - |
| XYZ | 60.12 | 61.1 | 81.3 | - |
| YUV | 206.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 227 | 0.10 | 0.11 | 0 | 0.11 | 242.5 | 0.3 | 0.84 |
| Hex | CC | CB | E3 | A | B | 0 | B | F2 | 1E | 54 |
| Octal | 314 | 313 | 343 | 12 | 13 | 0 | 13 | 362 | 36 | 124 |
| Binary | 11001100 | 11001011 | 11100011 | 1010 | 1011 | 0 | 1011 | 11110010 | 11110 | 1010100 |
Color Harmonies of #CCCBE3
Complementary color
Monochromatic Colors of #CCCBE3
Black with #CCCBE3
Text Example
Text Example
White with #CCCBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBE3; }
p { color: rgb(204,203,227); }
H1.HeaderClassName
{
color: #CCCBE3;
}
.AnyTagClassName
{
color: #CCCBE3;
}
</style>
background-color css
<style>
a { background-color: #CCCBE3; }
a { background-color: rgb(204,203,227); }
div.DivClassName
{
background-color: #CCCBE3;
}
.BgClassName
{
background-color: #CCCBE3;
}
</style>
border-color css
<style>
span { border-color: #CCCBE3; }
span { border-color: rgb(204,203,227); }
td.TdClassName
{
border-color: #CCCBE3;
}
.TagClassName
{
border-color: #CCCBE3;
}
</style>