Shades of Lavender Blue #CCC9F6
Tints of Lavender Blue #CCC9F6
RGB
CMYK
RGB Variations
Color information
#CCC9F6 (or 0xCCC9F6) is known color: Lavender Blue. HEX triplet: CC, C9 and F6. RGB value is (204,201,246). Sum of RGB (Red+Green+Blue) = 204+201+246=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 201 (78.91% from 255 or 30.88% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCC9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9F6 is #333609. Grayscale: #CECECE. Windows color (decimal): -3356170 or 16173516. OLE color: 16173516.
HSL color Cylindrical-coordinate representation of color #CCC9F6: hue angle of 244º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC9F6 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 201 | 246 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.04 |
| HSL | 244º | 0.71% | 0.88% | - |
| HSV(B) | 244º | 0.18% | 0.96% | - |
| XYZ | 62.42 | 61.26 | 95.72 | - |
| YUV | 207.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 246 | 0.17 | 0.18 | 0 | 0.04 | 244 | 0.71 | 0.88 |
| Hex | CC | C9 | F6 | 11 | 12 | 0 | 4 | F4 | 47 | 58 |
| Octal | 314 | 311 | 366 | 21 | 22 | 0 | 4 | 364 | 107 | 130 |
| Binary | 11001100 | 11001001 | 11110110 | 10001 | 10010 | 0 | 100 | 11110100 | 1000111 | 1011000 |
Color Harmonies of #CCC9F6
Complementary color
Monochromatic Colors of #CCC9F6
Black with #CCC9F6
Text Example
Text Example
White with #CCC9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9F6; }
p { color: rgb(204,201,246); }
H1.HeaderClassName
{
color: #CCC9F6;
}
.AnyTagClassName
{
color: #CCC9F6;
}
</style>
background-color css
<style>
a { background-color: #CCC9F6; }
a { background-color: rgb(204,201,246); }
div.DivClassName
{
background-color: #CCC9F6;
}
.BgClassName
{
background-color: #CCC9F6;
}
</style>
border-color css
<style>
span { border-color: #CCC9F6; }
span { border-color: rgb(204,201,246); }
td.TdClassName
{
border-color: #CCC9F6;
}
.TagClassName
{
border-color: #CCC9F6;
}
</style>