Shades of Lavender Blue #CCC2FC
Tints of Lavender Blue #CCC2FC
RGB
CMYK
RGB Variations
Color information
#CCC2FC (or 0xCCC2FC) is known color: Lavender Blue. HEX triplet: CC, C2 and FC. RGB value is (204,194,252). Sum of RGB (Red+Green+Blue) = 204+194+252=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2FC is #333D03. Grayscale: #CBCBCB. Windows color (decimal): -3357956 or 16564940. OLE color: 16564940.
HSL color Cylindrical-coordinate representation of color #CCC2FC: hue angle of 250.34º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC2FC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 194 | 252 | - |
CMYK | 0.19 | 0.23 | 0 | 0.01 |
HSL | 250.34º | 0.91% | 0.87% | - |
HSV(B) | 250.34º | 0.23% | 0.99% | - |
XYZ | 61.76 | 58.45 | 100.12 | - |
YUV | 203.6 | 155.31 | 128.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 194 | 252 | 0.19 | 0.23 | 0 | 0.01 | 250.34 | 0.91 | 0.87 |
Hex | CC | C2 | FC | 13 | 17 | 0 | 1 | FA | 5B | 57 |
Octal | 314 | 302 | 374 | 23 | 27 | 0 | 1 | 372 | 133 | 127 |
Binary | 11001100 | 11000010 | 11111100 | 10011 | 10111 | 0 | 1 | 11111010 | 1011011 | 1010111 |
Color Harmonies of #CCC2FC
Complementary color
Monochromatic Colors of #CCC2FC
Black with #CCC2FC
Text Example
Text Example
White with #CCC2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2FC; }
p { color: rgb(204,194,252); }
H1.HeaderClassName
{
color: #CCC2FC;
}
.AnyTagClassName
{
color: #CCC2FC;
}
</style>
background-color css
<style>
a { background-color: #CCC2FC; }
a { background-color: rgb(204,194,252); }
div.DivClassName
{
background-color: #CCC2FC;
}
.BgClassName
{
background-color: #CCC2FC;
}
</style>
border-color css
<style>
span { border-color: #CCC2FC; }
span { border-color: rgb(204,194,252); }
td.TdClassName
{
border-color: #CCC2FC;
}
.TagClassName
{
border-color: #CCC2FC;
}
</style>