Shades of Lavender Blue #CCC3FE
Tints of Lavender Blue #CCC3FE
RGB
CMYK
RGB Variations
Color information
#CCC3FE (or 0xCCC3FE) is known color: Lavender Blue. HEX triplet: CC, C3 and FE. RGB value is (204,195,254). Sum of RGB (Red+Green+Blue) = 204+195+254=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 195 (76.56% from 255 or 29.86% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCC3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3FE is #333C01. Grayscale: #CCCCCC. Windows color (decimal): -3357698 or 16696268. OLE color: 16696268.
HSL color Cylindrical-coordinate representation of color #CCC3FE: hue angle of 249.15º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC3FE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 195 | 254 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.00 |
| HSL | 249.15º | 0.97% | 0.88% | - |
| HSV(B) | 249.15º | 0.23% | 1% | - |
| XYZ | 62.31 | 59.02 | 101.87 | - |
| YUV | 204.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 254 | 0.20 | 0.23 | 0 | 0.00 | 249.15 | 0.97 | 0.88 |
| Hex | CC | C3 | FE | 14 | 17 | 0 | 0 | F9 | 61 | 58 |
| Octal | 314 | 303 | 376 | 24 | 27 | 0 | 0 | 371 | 141 | 130 |
| Binary | 11001100 | 11000011 | 11111110 | 10100 | 10111 | 0 | 0 | 11111001 | 1100001 | 1011000 |
Color Harmonies of #CCC3FE
Complementary color
Monochromatic Colors of #CCC3FE
Black with #CCC3FE
Text Example
Text Example
White with #CCC3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3FE; }
p { color: rgb(204,195,254); }
H1.HeaderClassName
{
color: #CCC3FE;
}
.AnyTagClassName
{
color: #CCC3FE;
}
</style>
background-color css
<style>
a { background-color: #CCC3FE; }
a { background-color: rgb(204,195,254); }
div.DivClassName
{
background-color: #CCC3FE;
}
.BgClassName
{
background-color: #CCC3FE;
}
</style>
border-color css
<style>
span { border-color: #CCC3FE; }
span { border-color: rgb(204,195,254); }
td.TdClassName
{
border-color: #CCC3FE;
}
.TagClassName
{
border-color: #CCC3FE;
}
</style>