Shades of Lavender Blue #CCC8FC
Tints of Lavender Blue #CCC8FC
RGB
CMYK
RGB Variations
Color information
#CCC8FC (or 0xCCC8FC) is known color: Lavender Blue. HEX triplet: CC, C8 and FC. RGB value is (204,200,252). Sum of RGB (Red+Green+Blue) = 204+200+252=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8FC is #333703. Grayscale: #CECECE. Windows color (decimal): -3356420 or 16566476. OLE color: 16566476.
HSL color Cylindrical-coordinate representation of color #CCC8FC: hue angle of 244.62º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC8FC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 200 | 252 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.01 |
| HSL | 244.62º | 0.9% | 0.89% | - |
| HSV(B) | 244.62º | 0.21% | 0.99% | - |
| XYZ | 63.13 | 61.17 | 100.58 | - |
| YUV | 207.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 252 | 0.19 | 0.21 | 0 | 0.01 | 244.62 | 0.9 | 0.89 |
| Hex | CC | C8 | FC | 13 | 15 | 0 | 1 | F5 | 5A | 59 |
| Octal | 314 | 310 | 374 | 23 | 25 | 0 | 1 | 365 | 132 | 131 |
| Binary | 11001100 | 11001000 | 11111100 | 10011 | 10101 | 0 | 1 | 11110101 | 1011010 | 1011001 |
Color Harmonies of #CCC8FC
Complementary color
Monochromatic Colors of #CCC8FC
Black with #CCC8FC
Text Example
Text Example
White with #CCC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8FC; }
p { color: rgb(204,200,252); }
H1.HeaderClassName
{
color: #CCC8FC;
}
.AnyTagClassName
{
color: #CCC8FC;
}
</style>
background-color css
<style>
a { background-color: #CCC8FC; }
a { background-color: rgb(204,200,252); }
div.DivClassName
{
background-color: #CCC8FC;
}
.BgClassName
{
background-color: #CCC8FC;
}
</style>
border-color css
<style>
span { border-color: #CCC8FC; }
span { border-color: rgb(204,200,252); }
td.TdClassName
{
border-color: #CCC8FC;
}
.TagClassName
{
border-color: #CCC8FC;
}
</style>