Shades of Lavender Blue #CCC5FC
Tints of Lavender Blue #CCC5FC
RGB
CMYK
RGB Variations
Color information
#CCC5FC (or 0xCCC5FC) is known color: Lavender Blue. HEX triplet: CC, C5 and FC. RGB value is (204,197,252). Sum of RGB (Red+Green+Blue) = 204+197+252=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5FC is #333A03. Grayscale: #CDCDCD. Windows color (decimal): -3357188 or 16565708. OLE color: 16565708.
HSL color Cylindrical-coordinate representation of color #CCC5FC: hue angle of 247.64º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC5FC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 197 | 252 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.01 |
| HSL | 247.64º | 0.9% | 0.88% | - |
| HSV(B) | 247.64º | 0.22% | 0.99% | - |
| XYZ | 62.44 | 59.8 | 100.35 | - |
| YUV | 205.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 252 | 0.19 | 0.22 | 0 | 0.01 | 247.64 | 0.9 | 0.88 |
| Hex | CC | C5 | FC | 13 | 16 | 0 | 1 | F8 | 5A | 58 |
| Octal | 314 | 305 | 374 | 23 | 26 | 0 | 1 | 370 | 132 | 130 |
| Binary | 11001100 | 11000101 | 11111100 | 10011 | 10110 | 0 | 1 | 11111000 | 1011010 | 1011000 |
Color Harmonies of #CCC5FC
Complementary color
Monochromatic Colors of #CCC5FC
Black with #CCC5FC
Text Example
Text Example
White with #CCC5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5FC; }
p { color: rgb(204,197,252); }
H1.HeaderClassName
{
color: #CCC5FC;
}
.AnyTagClassName
{
color: #CCC5FC;
}
</style>
background-color css
<style>
a { background-color: #CCC5FC; }
a { background-color: rgb(204,197,252); }
div.DivClassName
{
background-color: #CCC5FC;
}
.BgClassName
{
background-color: #CCC5FC;
}
</style>
border-color css
<style>
span { border-color: #CCC5FC; }
span { border-color: rgb(204,197,252); }
td.TdClassName
{
border-color: #CCC5FC;
}
.TagClassName
{
border-color: #CCC5FC;
}
</style>