Shades of Lavender Grey #CCCBDB
Tints of Lavender Grey #CCCBDB
RGB
CMYK
RGB Variations
Color information
#CCCBDB (or 0xCCCBDB) is known color: Lavender Grey. HEX triplet: CC, CB and DB. RGB value is (204,203,219). Sum of RGB (Red+Green+Blue) = 204+203+219=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBDB is #333424. Grayscale: #CDCDCD. Windows color (decimal): -3355685 or 14404556. OLE color: 14404556.
HSL color Cylindrical-coordinate representation of color #CCCBDB: hue angle of 243.75º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCBDB is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 203 | 219 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.14 |
| HSL | 243.75º | 0.18% | 0.83% | - |
| HSV(B) | 243.75º | 0.07% | 0.86% | - |
| XYZ | 59.04 | 60.66 | 75.62 | - |
| YUV | 205.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 219 | 0.07 | 0.07 | 0 | 0.14 | 243.75 | 0.18 | 0.83 |
| Hex | CC | CB | DB | 7 | 7 | 0 | E | F4 | 12 | 53 |
| Octal | 314 | 313 | 333 | 7 | 7 | 0 | 16 | 364 | 22 | 123 |
| Binary | 11001100 | 11001011 | 11011011 | 111 | 111 | 0 | 1110 | 11110100 | 10010 | 1010011 |
Color Harmonies of #CCCBDB
Complementary color
Monochromatic Colors of #CCCBDB
Black with #CCCBDB
Text Example
Text Example
White with #CCCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBDB; }
p { color: rgb(204,203,219); }
H1.HeaderClassName
{
color: #CCCBDB;
}
.AnyTagClassName
{
color: #CCCBDB;
}
</style>
background-color css
<style>
a { background-color: #CCCBDB; }
a { background-color: rgb(204,203,219); }
div.DivClassName
{
background-color: #CCCBDB;
}
.BgClassName
{
background-color: #CCCBDB;
}
</style>
border-color css
<style>
span { border-color: #CCCBDB; }
span { border-color: rgb(204,203,219); }
td.TdClassName
{
border-color: #CCCBDB;
}
.TagClassName
{
border-color: #CCCBDB;
}
</style>