Shades of Lavender Blue #CCC9EC
Tints of Lavender Blue #CCC9EC
RGB
CMYK
RGB Variations
Color information
#CCC9EC (or 0xCCC9EC) is known color: Lavender Blue. HEX triplet: CC, C9 and EC. RGB value is (204,201,236). Sum of RGB (Red+Green+Blue) = 204+201+236=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9EC is #333613. Grayscale: #CDCDCD. Windows color (decimal): -3356180 or 15518156. OLE color: 15518156.
HSL color Cylindrical-coordinate representation of color #CCC9EC: hue angle of 245.14º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC9EC is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 201 | 236 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.07 |
| HSL | 245.14º | 0.48% | 0.86% | - |
| HSV(B) | 245.14º | 0.15% | 0.93% | - |
| XYZ | 60.93 | 60.67 | 87.86 | - |
| YUV | 205.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 236 | 0.14 | 0.15 | 0 | 0.07 | 245.14 | 0.48 | 0.86 |
| Hex | CC | C9 | EC | E | F | 0 | 7 | F5 | 30 | 56 |
| Octal | 314 | 311 | 354 | 16 | 17 | 0 | 7 | 365 | 60 | 126 |
| Binary | 11001100 | 11001001 | 11101100 | 1110 | 1111 | 0 | 111 | 11110101 | 110000 | 1010110 |
Color Harmonies of #CCC9EC
Complementary color
Monochromatic Colors of #CCC9EC
Black with #CCC9EC
Text Example
Text Example
White with #CCC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9EC; }
p { color: rgb(204,201,236); }
H1.HeaderClassName
{
color: #CCC9EC;
}
.AnyTagClassName
{
color: #CCC9EC;
}
</style>
background-color css
<style>
a { background-color: #CCC9EC; }
a { background-color: rgb(204,201,236); }
div.DivClassName
{
background-color: #CCC9EC;
}
.BgClassName
{
background-color: #CCC9EC;
}
</style>
border-color css
<style>
span { border-color: #CCC9EC; }
span { border-color: rgb(204,201,236); }
td.TdClassName
{
border-color: #CCC9EC;
}
.TagClassName
{
border-color: #CCC9EC;
}
</style>