Shades of Lavender Blue #CCC1FA
Tints of Lavender Blue #CCC1FA
RGB
CMYK
RGB Variations
Color information
#CCC1FA (or 0xCCC1FA) is known color: Lavender Blue. HEX triplet: CC, C1 and FA. RGB value is (204,193,250). Sum of RGB (Red+Green+Blue) = 204+193+250=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1FA is #333E05. Grayscale: #CACACA. Windows color (decimal): -3358214 or 16433612. OLE color: 16433612.
HSL color Cylindrical-coordinate representation of color #CCC1FA: hue angle of 251.58º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC1FA is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 193 | 250 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.02 |
| HSL | 251.58º | 0.85% | 0.87% | - |
| HSV(B) | 251.58º | 0.23% | 0.98% | - |
| XYZ | 61.23 | 57.88 | 98.39 | - |
| YUV | 202.79 | 154.64 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 250 | 0.18 | 0.23 | 0 | 0.02 | 251.58 | 0.85 | 0.87 |
| Hex | CC | C1 | FA | 12 | 17 | 0 | 2 | FC | 55 | 57 |
| Octal | 314 | 301 | 372 | 22 | 27 | 0 | 2 | 374 | 125 | 127 |
| Binary | 11001100 | 11000001 | 11111010 | 10010 | 10111 | 0 | 10 | 11111100 | 1010101 | 1010111 |
Color Harmonies of #CCC1FA
Complementary color
Monochromatic Colors of #CCC1FA
Black with #CCC1FA
Text Example
Text Example
White with #CCC1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1FA; }
p { color: rgb(204,193,250); }
H1.HeaderClassName
{
color: #CCC1FA;
}
.AnyTagClassName
{
color: #CCC1FA;
}
</style>
background-color css
<style>
a { background-color: #CCC1FA; }
a { background-color: rgb(204,193,250); }
div.DivClassName
{
background-color: #CCC1FA;
}
.BgClassName
{
background-color: #CCC1FA;
}
</style>
border-color css
<style>
span { border-color: #CCC1FA; }
span { border-color: rgb(204,193,250); }
td.TdClassName
{
border-color: #CCC1FA;
}
.TagClassName
{
border-color: #CCC1FA;
}
</style>