Shades of Lavender Blue #CCC2FA
Tints of Lavender Blue #CCC2FA
RGB
CMYK
RGB Variations
Color information
#CCC2FA (or 0xCCC2FA) is known color: Lavender Blue. HEX triplet: CC, C2 and FA. RGB value is (204,194,250). Sum of RGB (Red+Green+Blue) = 204+194+250=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2FA is #333D05. Grayscale: #CBCBCB. Windows color (decimal): -3357958 or 16433868. OLE color: 16433868.
HSL color Cylindrical-coordinate representation of color #CCC2FA: hue angle of 250.71º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC2FA is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 194 | 250 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.02 |
| HSL | 250.71º | 0.85% | 0.87% | - |
| HSV(B) | 250.71º | 0.22% | 0.98% | - |
| XYZ | 61.45 | 58.32 | 98.46 | - |
| YUV | 203.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 250 | 0.18 | 0.22 | 0 | 0.02 | 250.71 | 0.85 | 0.87 |
| Hex | CC | C2 | FA | 12 | 16 | 0 | 2 | FB | 55 | 57 |
| Octal | 314 | 302 | 372 | 22 | 26 | 0 | 2 | 373 | 125 | 127 |
| Binary | 11001100 | 11000010 | 11111010 | 10010 | 10110 | 0 | 10 | 11111011 | 1010101 | 1010111 |
Color Harmonies of #CCC2FA
Complementary color
Monochromatic Colors of #CCC2FA
Black with #CCC2FA
Text Example
Text Example
White with #CCC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2FA; }
p { color: rgb(204,194,250); }
H1.HeaderClassName
{
color: #CCC2FA;
}
.AnyTagClassName
{
color: #CCC2FA;
}
</style>
background-color css
<style>
a { background-color: #CCC2FA; }
a { background-color: rgb(204,194,250); }
div.DivClassName
{
background-color: #CCC2FA;
}
.BgClassName
{
background-color: #CCC2FA;
}
</style>
border-color css
<style>
span { border-color: #CCC2FA; }
span { border-color: rgb(204,194,250); }
td.TdClassName
{
border-color: #CCC2FA;
}
.TagClassName
{
border-color: #CCC2FA;
}
</style>