Shades of Lavender Blue #CCC1FF
Tints of Lavender Blue #CCC1FF
RGB
CMYK
RGB Variations
Color information
#CCC1FF (or 0xCCC1FF) is known color: Lavender Blue. HEX triplet: CC, C1 and FF. RGB value is (204,193,255). Sum of RGB (Red+Green+Blue) = 204+193+255=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1FF is #333E00. Grayscale: #CBCBCB. Windows color (decimal): -3358209 or 16761292. OLE color: 16761292.
HSL color Cylindrical-coordinate representation of color #CCC1FF: hue angle of 250.65º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCC1FF is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 193 | 255 | - |
| CMYK | 0.2 | 0.24 | 0 | 0 |
| HSL | 250.65º | 1% | 0.88% | - |
| HSV(B) | 250.65º | 0.24% | 1% | - |
| XYZ | 62.02 | 58.2 | 102.57 | - |
| YUV | 203.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 255 | 0.2 | 0.24 | 0 | 0 | 250.65 | 1 | 0.88 |
| Hex | CC | C1 | FF | 14 | 18 | 0 | 0 | FB | 64 | 58 |
| Octal | 314 | 301 | 377 | 24 | 30 | 0 | 0 | 373 | 144 | 130 |
| Binary | 11001100 | 11000001 | 11111111 | 10100 | 11000 | 0 | 0 | 11111011 | 1100100 | 1011000 |
Color Harmonies of #CCC1FF
Complementary color
Monochromatic Colors of #CCC1FF
Black with #CCC1FF
Text Example
Text Example
White with #CCC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1FF; }
p { color: rgb(204,193,255); }
H1.HeaderClassName
{
color: #CCC1FF;
}
.AnyTagClassName
{
color: #CCC1FF;
}
</style>
background-color css
<style>
a { background-color: #CCC1FF; }
a { background-color: rgb(204,193,255); }
div.DivClassName
{
background-color: #CCC1FF;
}
.BgClassName
{
background-color: #CCC1FF;
}
</style>
border-color css
<style>
span { border-color: #CCC1FF; }
span { border-color: rgb(204,193,255); }
td.TdClassName
{
border-color: #CCC1FF;
}
.TagClassName
{
border-color: #CCC1FF;
}
</style>