Shades of Lavender Blue #CCC4FC
Tints of Lavender Blue #CCC4FC
RGB
CMYK
RGB Variations
Color information
#CCC4FC (or 0xCCC4FC) is known color: Lavender Blue. HEX triplet: CC, C4 and FC. RGB value is (204,196,252). Sum of RGB (Red+Green+Blue) = 204+196+252=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4FC is #333B03. Grayscale: #CCCCCC. Windows color (decimal): -3357444 or 16565452. OLE color: 16565452.
HSL color Cylindrical-coordinate representation of color #CCC4FC: hue angle of 248.57º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC4FC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 196 | 252 | - |
CMYK | 0.19 | 0.22 | 0 | 0.01 |
HSL | 248.57º | 0.9% | 0.88% | - |
HSV(B) | 248.57º | 0.22% | 0.99% | - |
XYZ | 62.21 | 59.35 | 100.27 | - |
YUV | 204.78 | 154.65 | 127.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 196 | 252 | 0.19 | 0.22 | 0 | 0.01 | 248.57 | 0.9 | 0.88 |
Hex | CC | C4 | FC | 13 | 16 | 0 | 1 | F9 | 5A | 58 |
Octal | 314 | 304 | 374 | 23 | 26 | 0 | 1 | 371 | 132 | 130 |
Binary | 11001100 | 11000100 | 11111100 | 10011 | 10110 | 0 | 1 | 11111001 | 1011010 | 1011000 |
Color Harmonies of #CCC4FC
Complementary color
Monochromatic Colors of #CCC4FC
Black with #CCC4FC
Text Example
Text Example
White with #CCC4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4FC; }
p { color: rgb(204,196,252); }
H1.HeaderClassName
{
color: #CCC4FC;
}
.AnyTagClassName
{
color: #CCC4FC;
}
</style>
background-color css
<style>
a { background-color: #CCC4FC; }
a { background-color: rgb(204,196,252); }
div.DivClassName
{
background-color: #CCC4FC;
}
.BgClassName
{
background-color: #CCC4FC;
}
</style>
border-color css
<style>
span { border-color: #CCC4FC; }
span { border-color: rgb(204,196,252); }
td.TdClassName
{
border-color: #CCC4FC;
}
.TagClassName
{
border-color: #CCC4FC;
}
</style>