Shades of Lavender Blue #CCC9EA
Tints of Lavender Blue #CCC9EA
RGB
CMYK
RGB Variations
Color information
#CCC9EA (or 0xCCC9EA) is known color: Lavender Blue. HEX triplet: CC, C9 and EA. RGB value is (204,201,234). Sum of RGB (Red+Green+Blue) = 204+201+234=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9EA is #333615. Grayscale: #CDCDCD. Windows color (decimal): -3356182 or 15387084. OLE color: 15387084.
HSL color Cylindrical-coordinate representation of color #CCC9EA: hue angle of 245.45º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC9EA is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 201 | 234 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.08 |
| HSL | 245.45º | 0.44% | 0.85% | - |
| HSV(B) | 245.45º | 0.14% | 0.92% | - |
| XYZ | 60.64 | 60.55 | 86.33 | - |
| YUV | 205.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 234 | 0.13 | 0.14 | 0 | 0.08 | 245.45 | 0.44 | 0.85 |
| Hex | CC | C9 | EA | D | E | 0 | 8 | F5 | 2C | 55 |
| Octal | 314 | 311 | 352 | 15 | 16 | 0 | 10 | 365 | 54 | 125 |
| Binary | 11001100 | 11001001 | 11101010 | 1101 | 1110 | 0 | 1000 | 11110101 | 101100 | 1010101 |
Color Harmonies of #CCC9EA
Complementary color
Monochromatic Colors of #CCC9EA
Black with #CCC9EA
Text Example
Text Example
White with #CCC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9EA; }
p { color: rgb(204,201,234); }
H1.HeaderClassName
{
color: #CCC9EA;
}
.AnyTagClassName
{
color: #CCC9EA;
}
</style>
background-color css
<style>
a { background-color: #CCC9EA; }
a { background-color: rgb(204,201,234); }
div.DivClassName
{
background-color: #CCC9EA;
}
.BgClassName
{
background-color: #CCC9EA;
}
</style>
border-color css
<style>
span { border-color: #CCC9EA; }
span { border-color: rgb(204,201,234); }
td.TdClassName
{
border-color: #CCC9EA;
}
.TagClassName
{
border-color: #CCC9EA;
}
</style>