Shades of Lavender Blue #CCC2FF
Tints of Lavender Blue #CCC2FF
RGB
CMYK
RGB Variations
Color information
#CCC2FF (or 0xCCC2FF) is known color: Lavender Blue. HEX triplet: CC, C2 and FF. RGB value is (204,194,255). Sum of RGB (Red+Green+Blue) = 204+194+255=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2FF is #333D00. Grayscale: #CBCBCB. Windows color (decimal): -3357953 or 16761548. OLE color: 16761548.
HSL color Cylindrical-coordinate representation of color #CCC2FF: hue angle of 249.84º 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 #CCC2FF is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 194 | 255 | - |
| CMYK | 0.2 | 0.24 | 0 | 0 |
| HSL | 249.84º | 1% | 0.88% | - |
| HSV(B) | 249.84º | 0.24% | 1% | - |
| XYZ | 62.24 | 58.64 | 102.65 | - |
| YUV | 203.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 255 | 0.2 | 0.24 | 0 | 0 | 249.84 | 1 | 0.88 |
| Hex | CC | C2 | FF | 14 | 18 | 0 | 0 | FA | 64 | 58 |
| Octal | 314 | 302 | 377 | 24 | 30 | 0 | 0 | 372 | 144 | 130 |
| Binary | 11001100 | 11000010 | 11111111 | 10100 | 11000 | 0 | 0 | 11111010 | 1100100 | 1011000 |
Color Harmonies of #CCC2FF
Complementary color
Monochromatic Colors of #CCC2FF
Black with #CCC2FF
Text Example
Text Example
White with #CCC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2FF; }
p { color: rgb(204,194,255); }
H1.HeaderClassName
{
color: #CCC2FF;
}
.AnyTagClassName
{
color: #CCC2FF;
}
</style>
background-color css
<style>
a { background-color: #CCC2FF; }
a { background-color: rgb(204,194,255); }
div.DivClassName
{
background-color: #CCC2FF;
}
.BgClassName
{
background-color: #CCC2FF;
}
</style>
border-color css
<style>
span { border-color: #CCC2FF; }
span { border-color: rgb(204,194,255); }
td.TdClassName
{
border-color: #CCC2FF;
}
.TagClassName
{
border-color: #CCC2FF;
}
</style>