Shades of Lavender Grey #CCCCDB
Tints of Lavender Grey #CCCCDB
RGB
CMYK
RGB Variations
Color information
#CCCCDB (or 0xCCCCDB) is known color: Lavender Grey. HEX triplet: CC, CC and DB. RGB value is (204,204,219). Sum of RGB (Red+Green+Blue) = 204+204+219=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCCCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCDB is #333324. Grayscale: #CDCDCD. Windows color (decimal): -3355429 or 14404812. OLE color: 14404812.
HSL color Cylindrical-coordinate representation of color #CCCCDB: hue angle of 240º degrees, saturation: 0.17, 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 #CCCCDB is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 204 | 219 | - |
CMYK | 0.07 | 0.07 | 0 | 0.14 |
HSL | 240º | 0.17% | 0.83% | - |
HSV(B) | 240º | 0.07% | 0.86% | - |
XYZ | 59.28 | 61.14 | 75.69 | - |
YUV | 205.71 | 135.5 | 126.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 219 | 0.07 | 0.07 | 0 | 0.14 | 240 | 0.17 | 0.83 |
Hex | CC | CC | DB | 7 | 7 | 0 | E | F0 | 11 | 53 |
Octal | 314 | 314 | 333 | 7 | 7 | 0 | 16 | 360 | 21 | 123 |
Binary | 11001100 | 11001100 | 11011011 | 111 | 111 | 0 | 1110 | 11110000 | 10001 | 1010011 |
Color Harmonies of #CCCCDB
Complementary color
Monochromatic Colors of #CCCCDB
Black with #CCCCDB
Text Example
Text Example
White with #CCCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCDB; }
p { color: rgb(204,204,219); }
H1.HeaderClassName
{
color: #CCCCDB;
}
.AnyTagClassName
{
color: #CCCCDB;
}
</style>
background-color css
<style>
a { background-color: #CCCCDB; }
a { background-color: rgb(204,204,219); }
div.DivClassName
{
background-color: #CCCCDB;
}
.BgClassName
{
background-color: #CCCCDB;
}
</style>
border-color css
<style>
span { border-color: #CCCCDB; }
span { border-color: rgb(204,204,219); }
td.TdClassName
{
border-color: #CCCCDB;
}
.TagClassName
{
border-color: #CCCCDB;
}
</style>