Shades of Lavender Blue #CCC6F1
Tints of Lavender Blue #CCC6F1
RGB
CMYK
RGB Variations
Color information
#CCC6F1 (or 0xCCC6F1) is known color: Lavender Blue. HEX triplet: CC, C6 and F1. RGB value is (204,198,241). Sum of RGB (Red+Green+Blue) = 204+198+241=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 198 (77.73% from 255 or 30.79% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCC6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6F1 is #33390E. Grayscale: #CCCCCC. Windows color (decimal): -3356943 or 15845068. OLE color: 15845068.
HSL color Cylindrical-coordinate representation of color #CCC6F1: hue angle of 248.37º 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 #CCC6F1 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 198 | 241 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.05 |
| HSL | 248.37º | 0.61% | 0.86% | - |
| HSV(B) | 248.37º | 0.18% | 0.95% | - |
| XYZ | 60.97 | 59.58 | 91.5 | - |
| YUV | 204.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 241 | 0.15 | 0.18 | 0 | 0.05 | 248.37 | 0.61 | 0.86 |
| Hex | CC | C6 | F1 | F | 12 | 0 | 5 | F8 | 3D | 56 |
| Octal | 314 | 306 | 361 | 17 | 22 | 0 | 5 | 370 | 75 | 126 |
| Binary | 11001100 | 11000110 | 11110001 | 1111 | 10010 | 0 | 101 | 11111000 | 111101 | 1010110 |
Color Harmonies of #CCC6F1
Complementary color
Monochromatic Colors of #CCC6F1
Black with #CCC6F1
Text Example
Text Example
White with #CCC6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6F1; }
p { color: rgb(204,198,241); }
H1.HeaderClassName
{
color: #CCC6F1;
}
.AnyTagClassName
{
color: #CCC6F1;
}
</style>
background-color css
<style>
a { background-color: #CCC6F1; }
a { background-color: rgb(204,198,241); }
div.DivClassName
{
background-color: #CCC6F1;
}
.BgClassName
{
background-color: #CCC6F1;
}
</style>
border-color css
<style>
span { border-color: #CCC6F1; }
span { border-color: rgb(204,198,241); }
td.TdClassName
{
border-color: #CCC6F1;
}
.TagClassName
{
border-color: #CCC6F1;
}
</style>