Shades of Lavender Blue #CCC6FB
Tints of Lavender Blue #CCC6FB
RGB
CMYK
RGB Variations
Color information
#CCC6FB (or 0xCCC6FB) is known color: Lavender Blue. HEX triplet: CC, C6 and FB. RGB value is (204,198,251). Sum of RGB (Red+Green+Blue) = 204+198+251=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCC6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6FB is #333904. Grayscale: #CDCDCD. Windows color (decimal): -3356933 or 16500428. OLE color: 16500428.
HSL color Cylindrical-coordinate representation of color #CCC6FB: hue angle of 246.79º degrees, saturation: 0.87, 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 #CCC6FB is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 198 | 251 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.02 |
| HSL | 246.79º | 0.87% | 0.88% | - |
| HSV(B) | 246.79º | 0.21% | 0.98% | - |
| XYZ | 62.51 | 60.19 | 99.59 | - |
| YUV | 205.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 251 | 0.19 | 0.21 | 0 | 0.02 | 246.79 | 0.87 | 0.88 |
| Hex | CC | C6 | FB | 13 | 15 | 0 | 2 | F7 | 57 | 58 |
| Octal | 314 | 306 | 373 | 23 | 25 | 0 | 2 | 367 | 127 | 130 |
| Binary | 11001100 | 11000110 | 11111011 | 10011 | 10101 | 0 | 10 | 11110111 | 1010111 | 1011000 |
Color Harmonies of #CCC6FB
Complementary color
Monochromatic Colors of #CCC6FB
Black with #CCC6FB
Text Example
Text Example
White with #CCC6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6FB; }
p { color: rgb(204,198,251); }
H1.HeaderClassName
{
color: #CCC6FB;
}
.AnyTagClassName
{
color: #CCC6FB;
}
</style>
background-color css
<style>
a { background-color: #CCC6FB; }
a { background-color: rgb(204,198,251); }
div.DivClassName
{
background-color: #CCC6FB;
}
.BgClassName
{
background-color: #CCC6FB;
}
</style>
border-color css
<style>
span { border-color: #CCC6FB; }
span { border-color: rgb(204,198,251); }
td.TdClassName
{
border-color: #CCC6FB;
}
.TagClassName
{
border-color: #CCC6FB;
}
</style>