Shades of Lavender Blue #CCC8FA
Tints of Lavender Blue #CCC8FA
RGB
CMYK
RGB Variations
Color information
#CCC8FA (or 0xCCC8FA) is known color: Lavender Blue. HEX triplet: CC, C8 and FA. RGB value is (204,200,250). Sum of RGB (Red+Green+Blue) = 204+200+250=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 200 (78.52% from 255 or 30.58% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8FA is #333705. Grayscale: #CECECE. Windows color (decimal): -3356422 or 16435404. OLE color: 16435404.
HSL color Cylindrical-coordinate representation of color #CCC8FA: hue angle of 244.8º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC8FA is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 200 | 250 | - |
| CMYK | 0.18 | 0.2 | 0 | 0.02 |
| HSL | 244.8º | 0.83% | 0.88% | - |
| HSV(B) | 244.8º | 0.2% | 0.98% | - |
| XYZ | 62.81 | 61.05 | 98.92 | - |
| YUV | 206.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 250 | 0.18 | 0.2 | 0 | 0.02 | 244.8 | 0.83 | 0.88 |
| Hex | CC | C8 | FA | 12 | 14 | 0 | 2 | F5 | 53 | 58 |
| Octal | 314 | 310 | 372 | 22 | 24 | 0 | 2 | 365 | 123 | 130 |
| Binary | 11001100 | 11001000 | 11111010 | 10010 | 10100 | 0 | 10 | 11110101 | 1010011 | 1011000 |
Color Harmonies of #CCC8FA
Complementary color
Monochromatic Colors of #CCC8FA
Black with #CCC8FA
Text Example
Text Example
White with #CCC8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8FA; }
p { color: rgb(204,200,250); }
H1.HeaderClassName
{
color: #CCC8FA;
}
.AnyTagClassName
{
color: #CCC8FA;
}
</style>
background-color css
<style>
a { background-color: #CCC8FA; }
a { background-color: rgb(204,200,250); }
div.DivClassName
{
background-color: #CCC8FA;
}
.BgClassName
{
background-color: #CCC8FA;
}
</style>
border-color css
<style>
span { border-color: #CCC8FA; }
span { border-color: rgb(204,200,250); }
td.TdClassName
{
border-color: #CCC8FA;
}
.TagClassName
{
border-color: #CCC8FA;
}
</style>