Shades of Lavender Blue #CCC5F1
Tints of Lavender Blue #CCC5F1
RGB
CMYK
RGB Variations
Color information
#CCC5F1 (or 0xCCC5F1) is known color: Lavender Blue. HEX triplet: CC, C5 and F1. RGB value is (204,197,241). Sum of RGB (Red+Green+Blue) = 204+197+241=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCC5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5F1 is #333A0E. Grayscale: #CBCBCB. Windows color (decimal): -3357199 or 15844812. OLE color: 15844812.
HSL color Cylindrical-coordinate representation of color #CCC5F1: hue angle of 249.55º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC5F1 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 197 | 241 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.05 |
| HSL | 249.55º | 0.61% | 0.86% | - |
| HSV(B) | 249.55º | 0.18% | 0.95% | - |
| XYZ | 60.75 | 59.12 | 91.43 | - |
| YUV | 204.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 241 | 0.15 | 0.18 | 0 | 0.05 | 249.55 | 0.61 | 0.86 |
| Hex | CC | C5 | F1 | F | 12 | 0 | 5 | FA | 3D | 56 |
| Octal | 314 | 305 | 361 | 17 | 22 | 0 | 5 | 372 | 75 | 126 |
| Binary | 11001100 | 11000101 | 11110001 | 1111 | 10010 | 0 | 101 | 11111010 | 111101 | 1010110 |
Color Harmonies of #CCC5F1
Complementary color
Monochromatic Colors of #CCC5F1
Black with #CCC5F1
Text Example
Text Example
White with #CCC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5F1; }
p { color: rgb(204,197,241); }
H1.HeaderClassName
{
color: #CCC5F1;
}
.AnyTagClassName
{
color: #CCC5F1;
}
</style>
background-color css
<style>
a { background-color: #CCC5F1; }
a { background-color: rgb(204,197,241); }
div.DivClassName
{
background-color: #CCC5F1;
}
.BgClassName
{
background-color: #CCC5F1;
}
</style>
border-color css
<style>
span { border-color: #CCC5F1; }
span { border-color: rgb(204,197,241); }
td.TdClassName
{
border-color: #CCC5F1;
}
.TagClassName
{
border-color: #CCC5F1;
}
</style>