Shades of Lavender Blue #CCC4F2
Tints of Lavender Blue #CCC4F2
RGB
CMYK
RGB Variations
Color information
#CCC4F2 (or 0xCCC4F2) is known color: Lavender Blue. HEX triplet: CC, C4 and F2. RGB value is (204,196,242). Sum of RGB (Red+Green+Blue) = 204+196+242=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCC4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4F2 is #333B0D. Grayscale: #CBCBCB. Windows color (decimal): -3357454 or 15910092. OLE color: 15910092.
HSL color Cylindrical-coordinate representation of color #CCC4F2: hue angle of 250.43º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCC4F2 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 196 | 242 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.05 |
| HSL | 250.43º | 0.64% | 0.86% | - |
| HSV(B) | 250.43º | 0.19% | 0.95% | - |
| XYZ | 60.67 | 58.73 | 92.14 | - |
| YUV | 203.64 | 149.65 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 242 | 0.16 | 0.19 | 0 | 0.05 | 250.43 | 0.64 | 0.86 |
| Hex | CC | C4 | F2 | 10 | 13 | 0 | 5 | FA | 40 | 56 |
| Octal | 314 | 304 | 362 | 20 | 23 | 0 | 5 | 372 | 100 | 126 |
| Binary | 11001100 | 11000100 | 11110010 | 10000 | 10011 | 0 | 101 | 11111010 | 1000000 | 1010110 |
Color Harmonies of #CCC4F2
Complementary color
Monochromatic Colors of #CCC4F2
Black with #CCC4F2
Text Example
Text Example
White with #CCC4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4F2; }
p { color: rgb(204,196,242); }
H1.HeaderClassName
{
color: #CCC4F2;
}
.AnyTagClassName
{
color: #CCC4F2;
}
</style>
background-color css
<style>
a { background-color: #CCC4F2; }
a { background-color: rgb(204,196,242); }
div.DivClassName
{
background-color: #CCC4F2;
}
.BgClassName
{
background-color: #CCC4F2;
}
</style>
border-color css
<style>
span { border-color: #CCC4F2; }
span { border-color: rgb(204,196,242); }
td.TdClassName
{
border-color: #CCC4F2;
}
.TagClassName
{
border-color: #CCC4F2;
}
</style>