Shades of Lavender Blue #CCC9FE
Tints of Lavender Blue #CCC9FE
RGB
CMYK
RGB Variations
Color information
#CCC9FE (or 0xCCC9FE) is known color: Lavender Blue. HEX triplet: CC, C9 and FE. RGB value is (204,201,254). Sum of RGB (Red+Green+Blue) = 204+201+254=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9FE is #333601. Grayscale: #CFCFCF. Windows color (decimal): -3356162 or 16697804. OLE color: 16697804.
HSL color Cylindrical-coordinate representation of color #CCC9FE: hue angle of 243.4º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC9FE is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 201 | 254 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.00 |
| HSL | 243.4º | 0.96% | 0.89% | - |
| HSV(B) | 243.4º | 0.21% | 1% | - |
| XYZ | 63.68 | 61.77 | 102.33 | - |
| YUV | 207.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 254 | 0.20 | 0.21 | 0 | 0.00 | 243.4 | 0.96 | 0.89 |
| Hex | CC | C9 | FE | 14 | 15 | 0 | 0 | F3 | 60 | 59 |
| Octal | 314 | 311 | 376 | 24 | 25 | 0 | 0 | 363 | 140 | 131 |
| Binary | 11001100 | 11001001 | 11111110 | 10100 | 10101 | 0 | 0 | 11110011 | 1100000 | 1011001 |
Color Harmonies of #CCC9FE
Complementary color
Monochromatic Colors of #CCC9FE
Black with #CCC9FE
Text Example
Text Example
White with #CCC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9FE; }
p { color: rgb(204,201,254); }
H1.HeaderClassName
{
color: #CCC9FE;
}
.AnyTagClassName
{
color: #CCC9FE;
}
</style>
background-color css
<style>
a { background-color: #CCC9FE; }
a { background-color: rgb(204,201,254); }
div.DivClassName
{
background-color: #CCC9FE;
}
.BgClassName
{
background-color: #CCC9FE;
}
</style>
border-color css
<style>
span { border-color: #CCC9FE; }
span { border-color: rgb(204,201,254); }
td.TdClassName
{
border-color: #CCC9FE;
}
.TagClassName
{
border-color: #CCC9FE;
}
</style>