Shades of Lavender Blue #CCC9E8
Tints of Lavender Blue #CCC9E8
RGB
CMYK
RGB Variations
Color information
#CCC9E8 (or 0xCCC9E8) is known color: Lavender Blue. HEX triplet: CC, C9 and E8. RGB value is (204,201,232). Sum of RGB (Red+Green+Blue) = 204+201+232=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCC9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9E8 is #333617. Grayscale: #CDCDCD. Windows color (decimal): -3356184 or 15256012. OLE color: 15256012.
HSL color Cylindrical-coordinate representation of color #CCC9E8: hue angle of 245.81º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCC9E8 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 201 | 232 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.09 |
| HSL | 245.81º | 0.4% | 0.85% | - |
| HSV(B) | 245.81º | 0.13% | 0.91% | - |
| XYZ | 60.35 | 60.44 | 84.83 | - |
| YUV | 205.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 232 | 0.12 | 0.13 | 0 | 0.09 | 245.81 | 0.4 | 0.85 |
| Hex | CC | C9 | E8 | C | D | 0 | 9 | F6 | 28 | 55 |
| Octal | 314 | 311 | 350 | 14 | 15 | 0 | 11 | 366 | 50 | 125 |
| Binary | 11001100 | 11001001 | 11101000 | 1100 | 1101 | 0 | 1001 | 11110110 | 101000 | 1010101 |
Color Harmonies of #CCC9E8
Complementary color
Monochromatic Colors of #CCC9E8
Black with #CCC9E8
Text Example
Text Example
White with #CCC9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9E8; }
p { color: rgb(204,201,232); }
H1.HeaderClassName
{
color: #CCC9E8;
}
.AnyTagClassName
{
color: #CCC9E8;
}
</style>
background-color css
<style>
a { background-color: #CCC9E8; }
a { background-color: rgb(204,201,232); }
div.DivClassName
{
background-color: #CCC9E8;
}
.BgClassName
{
background-color: #CCC9E8;
}
</style>
border-color css
<style>
span { border-color: #CCC9E8; }
span { border-color: rgb(204,201,232); }
td.TdClassName
{
border-color: #CCC9E8;
}
.TagClassName
{
border-color: #CCC9E8;
}
</style>