Shades of Lavender Blue #CCC4F1
Tints of Lavender Blue #CCC4F1
RGB
CMYK
RGB Variations
Color information
#CCC4F1 (or 0xCCC4F1) is known color: Lavender Blue. HEX triplet: CC, C4 and F1. RGB value is (204,196,241). Sum of RGB (Red+Green+Blue) = 204+196+241=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCC4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4F1 is #333B0E. Grayscale: #CBCBCB. Windows color (decimal): -3357455 or 15844556. OLE color: 15844556.
HSL color Cylindrical-coordinate representation of color #CCC4F1: hue angle of 250.67º degrees, saturation: 0.62, 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 #CCC4F1 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 196 | 241 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.05 |
| HSL | 250.67º | 0.62% | 0.86% | - |
| HSV(B) | 250.67º | 0.19% | 0.95% | - |
| XYZ | 60.52 | 58.67 | 91.35 | - |
| YUV | 203.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 241 | 0.15 | 0.19 | 0 | 0.05 | 250.67 | 0.62 | 0.86 |
| Hex | CC | C4 | F1 | F | 13 | 0 | 5 | FB | 3E | 56 |
| Octal | 314 | 304 | 361 | 17 | 23 | 0 | 5 | 373 | 76 | 126 |
| Binary | 11001100 | 11000100 | 11110001 | 1111 | 10011 | 0 | 101 | 11111011 | 111110 | 1010110 |
Color Harmonies of #CCC4F1
Complementary color
Monochromatic Colors of #CCC4F1
Black with #CCC4F1
Text Example
Text Example
White with #CCC4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4F1; }
p { color: rgb(204,196,241); }
H1.HeaderClassName
{
color: #CCC4F1;
}
.AnyTagClassName
{
color: #CCC4F1;
}
</style>
background-color css
<style>
a { background-color: #CCC4F1; }
a { background-color: rgb(204,196,241); }
div.DivClassName
{
background-color: #CCC4F1;
}
.BgClassName
{
background-color: #CCC4F1;
}
</style>
border-color css
<style>
span { border-color: #CCC4F1; }
span { border-color: rgb(204,196,241); }
td.TdClassName
{
border-color: #CCC4F1;
}
.TagClassName
{
border-color: #CCC4F1;
}
</style>