Shades of Lavender Blue #CCC6F2
Tints of Lavender Blue #CCC6F2
RGB
CMYK
RGB Variations
Color information
#CCC6F2 (or 0xCCC6F2) is known color: Lavender Blue. HEX triplet: CC, C6 and F2. RGB value is (204,198,242). Sum of RGB (Red+Green+Blue) = 204+198+242=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCC6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6F2 is #33390D. Grayscale: #CCCCCC. Windows color (decimal): -3356942 or 15910604. OLE color: 15910604.
HSL color Cylindrical-coordinate representation of color #CCC6F2: hue angle of 248.18º degrees, saturation: 0.63, 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 #CCC6F2 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 198 | 242 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.05 |
| HSL | 248.18º | 0.63% | 0.86% | - |
| HSV(B) | 248.18º | 0.18% | 0.95% | - |
| XYZ | 61.12 | 59.64 | 92.29 | - |
| YUV | 204.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 242 | 0.16 | 0.18 | 0 | 0.05 | 248.18 | 0.63 | 0.86 |
| Hex | CC | C6 | F2 | 10 | 12 | 0 | 5 | F8 | 3F | 56 |
| Octal | 314 | 306 | 362 | 20 | 22 | 0 | 5 | 370 | 77 | 126 |
| Binary | 11001100 | 11000110 | 11110010 | 10000 | 10010 | 0 | 101 | 11111000 | 111111 | 1010110 |
Color Harmonies of #CCC6F2
Complementary color
Monochromatic Colors of #CCC6F2
Black with #CCC6F2
Text Example
Text Example
White with #CCC6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6F2; }
p { color: rgb(204,198,242); }
H1.HeaderClassName
{
color: #CCC6F2;
}
.AnyTagClassName
{
color: #CCC6F2;
}
</style>
background-color css
<style>
a { background-color: #CCC6F2; }
a { background-color: rgb(204,198,242); }
div.DivClassName
{
background-color: #CCC6F2;
}
.BgClassName
{
background-color: #CCC6F2;
}
</style>
border-color css
<style>
span { border-color: #CCC6F2; }
span { border-color: rgb(204,198,242); }
td.TdClassName
{
border-color: #CCC6F2;
}
.TagClassName
{
border-color: #CCC6F2;
}
</style>