Shades of Lavender Blue #CCC9ED
Tints of Lavender Blue #CCC9ED
RGB
CMYK
RGB Variations
Color information
#CCC9ED (or 0xCCC9ED) is known color: Lavender Blue. HEX triplet: CC, C9 and ED. RGB value is (204,201,237). Sum of RGB (Red+Green+Blue) = 204+201+237=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9ED is #333612. Grayscale: #CDCDCD. Windows color (decimal): -3356179 or 15583692. OLE color: 15583692.
HSL color Cylindrical-coordinate representation of color #CCC9ED: hue angle of 245º degrees, saturation: 0.5, 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 #CCC9ED is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 201 | 237 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.07 |
| HSL | 245º | 0.5% | 0.86% | - |
| HSV(B) | 245º | 0.15% | 0.93% | - |
| XYZ | 61.07 | 60.73 | 88.62 | - |
| YUV | 206 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 237 | 0.14 | 0.15 | 0 | 0.07 | 245 | 0.5 | 0.86 |
| Hex | CC | C9 | ED | E | F | 0 | 7 | F5 | 32 | 56 |
| Octal | 314 | 311 | 355 | 16 | 17 | 0 | 7 | 365 | 62 | 126 |
| Binary | 11001100 | 11001001 | 11101101 | 1110 | 1111 | 0 | 111 | 11110101 | 110010 | 1010110 |
Color Harmonies of #CCC9ED
Complementary color
Monochromatic Colors of #CCC9ED
Black with #CCC9ED
Text Example
Text Example
White with #CCC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9ED; }
p { color: rgb(204,201,237); }
H1.HeaderClassName
{
color: #CCC9ED;
}
.AnyTagClassName
{
color: #CCC9ED;
}
</style>
background-color css
<style>
a { background-color: #CCC9ED; }
a { background-color: rgb(204,201,237); }
div.DivClassName
{
background-color: #CCC9ED;
}
.BgClassName
{
background-color: #CCC9ED;
}
</style>
border-color css
<style>
span { border-color: #CCC9ED; }
span { border-color: rgb(204,201,237); }
td.TdClassName
{
border-color: #CCC9ED;
}
.TagClassName
{
border-color: #CCC9ED;
}
</style>