Shades of Lavender Blue #CCC5FA
Tints of Lavender Blue #CCC5FA
RGB
CMYK
RGB Variations
Color information
#CCC5FA (or 0xCCC5FA) is known color: Lavender Blue. HEX triplet: CC, C5 and FA. RGB value is (204,197,250). Sum of RGB (Red+Green+Blue) = 204+197+250=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5FA is #333A05. Grayscale: #CCCCCC. Windows color (decimal): -3357190 or 16434636. OLE color: 16434636.
HSL color Cylindrical-coordinate representation of color #CCC5FA: hue angle of 247.92º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC5FA is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 197 | 250 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.02 |
| HSL | 247.92º | 0.84% | 0.88% | - |
| HSV(B) | 247.92º | 0.21% | 0.98% | - |
| XYZ | 62.12 | 59.67 | 98.69 | - |
| YUV | 205.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 250 | 0.18 | 0.21 | 0 | 0.02 | 247.92 | 0.84 | 0.88 |
| Hex | CC | C5 | FA | 12 | 15 | 0 | 2 | F8 | 54 | 58 |
| Octal | 314 | 305 | 372 | 22 | 25 | 0 | 2 | 370 | 124 | 130 |
| Binary | 11001100 | 11000101 | 11111010 | 10010 | 10101 | 0 | 10 | 11111000 | 1010100 | 1011000 |
Color Harmonies of #CCC5FA
Complementary color
Monochromatic Colors of #CCC5FA
Black with #CCC5FA
Text Example
Text Example
White with #CCC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5FA; }
p { color: rgb(204,197,250); }
H1.HeaderClassName
{
color: #CCC5FA;
}
.AnyTagClassName
{
color: #CCC5FA;
}
</style>
background-color css
<style>
a { background-color: #CCC5FA; }
a { background-color: rgb(204,197,250); }
div.DivClassName
{
background-color: #CCC5FA;
}
.BgClassName
{
background-color: #CCC5FA;
}
</style>
border-color css
<style>
span { border-color: #CCC5FA; }
span { border-color: rgb(204,197,250); }
td.TdClassName
{
border-color: #CCC5FA;
}
.TagClassName
{
border-color: #CCC5FA;
}
</style>