Shades of Lavender Blue #CCC6FE
Tints of Lavender Blue #CCC6FE
RGB
CMYK
RGB Variations
Color information
#CCC6FE (or 0xCCC6FE) is known color: Lavender Blue. HEX triplet: CC, C6 and FE. RGB value is (204,198,254). Sum of RGB (Red+Green+Blue) = 204+198+254=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCC6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6FE is #333901. Grayscale: #CDCDCD. Windows color (decimal): -3356930 or 16697036. OLE color: 16697036.
HSL color Cylindrical-coordinate representation of color #CCC6FE: hue angle of 246.43º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC6FE is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 198 | 254 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.00 |
| HSL | 246.43º | 0.97% | 0.89% | - |
| HSV(B) | 246.43º | 0.22% | 1% | - |
| XYZ | 62.99 | 60.38 | 102.1 | - |
| YUV | 206.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 254 | 0.20 | 0.22 | 0 | 0.00 | 246.43 | 0.97 | 0.89 |
| Hex | CC | C6 | FE | 14 | 16 | 0 | 0 | F6 | 61 | 59 |
| Octal | 314 | 306 | 376 | 24 | 26 | 0 | 0 | 366 | 141 | 131 |
| Binary | 11001100 | 11000110 | 11111110 | 10100 | 10110 | 0 | 0 | 11110110 | 1100001 | 1011001 |
Color Harmonies of #CCC6FE
Complementary color
Monochromatic Colors of #CCC6FE
Black with #CCC6FE
Text Example
Text Example
White with #CCC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6FE; }
p { color: rgb(204,198,254); }
H1.HeaderClassName
{
color: #CCC6FE;
}
.AnyTagClassName
{
color: #CCC6FE;
}
</style>
background-color css
<style>
a { background-color: #CCC6FE; }
a { background-color: rgb(204,198,254); }
div.DivClassName
{
background-color: #CCC6FE;
}
.BgClassName
{
background-color: #CCC6FE;
}
</style>
border-color css
<style>
span { border-color: #CCC6FE; }
span { border-color: rgb(204,198,254); }
td.TdClassName
{
border-color: #CCC6FE;
}
.TagClassName
{
border-color: #CCC6FE;
}
</style>