Shades of Lavender Blue #CCC9FF
Tints of Lavender Blue #CCC9FF
RGB
CMYK
RGB Variations
Color information
#CCC9FF (or 0xCCC9FF) is known color: Lavender Blue. HEX triplet: CC, C9 and FF. RGB value is (204,201,255). Sum of RGB (Red+Green+Blue) = 204+201+255=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9FF is #333600. Grayscale: #CFCFCF. Windows color (decimal): -3356161 or 16763340. OLE color: 16763340.
HSL color Cylindrical-coordinate representation of color #CCC9FF: hue angle of 243.33º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC9FF is Cyan = 0.2, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 201 | 255 | - |
| CMYK | 0.2 | 0.21 | 0 | 0 |
| HSL | 243.33º | 1% | 0.89% | - |
| HSV(B) | 243.33º | 0.21% | 1% | - |
| XYZ | 63.84 | 61.83 | 103.18 | - |
| YUV | 208.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 255 | 0.2 | 0.21 | 0 | 0 | 243.33 | 1 | 0.89 |
| Hex | CC | C9 | FF | 14 | 15 | 0 | 0 | F3 | 64 | 59 |
| Octal | 314 | 311 | 377 | 24 | 25 | 0 | 0 | 363 | 144 | 131 |
| Binary | 11001100 | 11001001 | 11111111 | 10100 | 10101 | 0 | 0 | 11110011 | 1100100 | 1011001 |
Color Harmonies of #CCC9FF
Complementary color
Monochromatic Colors of #CCC9FF
Black with #CCC9FF
Text Example
Text Example
White with #CCC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9FF; }
p { color: rgb(204,201,255); }
H1.HeaderClassName
{
color: #CCC9FF;
}
.AnyTagClassName
{
color: #CCC9FF;
}
</style>
background-color css
<style>
a { background-color: #CCC9FF; }
a { background-color: rgb(204,201,255); }
div.DivClassName
{
background-color: #CCC9FF;
}
.BgClassName
{
background-color: #CCC9FF;
}
</style>
border-color css
<style>
span { border-color: #CCC9FF; }
span { border-color: rgb(204,201,255); }
td.TdClassName
{
border-color: #CCC9FF;
}
.TagClassName
{
border-color: #CCC9FF;
}
</style>