Shades of Lavender Blue #CCC3FF
Tints of Lavender Blue #CCC3FF
RGB
CMYK
RGB Variations
Color information
#CCC3FF (or 0xCCC3FF) is known color: Lavender Blue. HEX triplet: CC, C3 and FF. RGB value is (204,195,255). Sum of RGB (Red+Green+Blue) = 204+195+255=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3FF is #333C00. Grayscale: #CCCCCC. Windows color (decimal): -3357697 or 16761804. OLE color: 16761804.
HSL color Cylindrical-coordinate representation of color #CCC3FF: hue angle of 249º 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 #CCC3FF is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 195 | 255 | - |
| CMYK | 0.2 | 0.24 | 0 | 0 |
| HSL | 249º | 1% | 0.88% | - |
| HSV(B) | 249º | 0.24% | 1% | - |
| XYZ | 62.47 | 59.09 | 102.72 | - |
| YUV | 204.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 255 | 0.2 | 0.24 | 0 | 0 | 249 | 1 | 0.88 |
| Hex | CC | C3 | FF | 14 | 18 | 0 | 0 | F9 | 64 | 58 |
| Octal | 314 | 303 | 377 | 24 | 30 | 0 | 0 | 371 | 144 | 130 |
| Binary | 11001100 | 11000011 | 11111111 | 10100 | 11000 | 0 | 0 | 11111001 | 1100100 | 1011000 |
Color Harmonies of #CCC3FF
Complementary color
Monochromatic Colors of #CCC3FF
Black with #CCC3FF
Text Example
Text Example
White with #CCC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3FF; }
p { color: rgb(204,195,255); }
H1.HeaderClassName
{
color: #CCC3FF;
}
.AnyTagClassName
{
color: #CCC3FF;
}
</style>
background-color css
<style>
a { background-color: #CCC3FF; }
a { background-color: rgb(204,195,255); }
div.DivClassName
{
background-color: #CCC3FF;
}
.BgClassName
{
background-color: #CCC3FF;
}
</style>
border-color css
<style>
span { border-color: #CCC3FF; }
span { border-color: rgb(204,195,255); }
td.TdClassName
{
border-color: #CCC3FF;
}
.TagClassName
{
border-color: #CCC3FF;
}
</style>