Shades of Lavender Blue #CCC1F5
Tints of Lavender Blue #CCC1F5
RGB
CMYK
RGB Variations
Color information
#CCC1F5 (or 0xCCC1F5) is known color: Lavender Blue. HEX triplet: CC, C1 and F5. RGB value is (204,193,245). Sum of RGB (Red+Green+Blue) = 204+193+245=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 193 (75.78% from 255 or 30.06% from 642); Blue value is 245 (96.09% from 255 or 38.16% from 642); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCC1F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1F5 is #333E0A. Grayscale: #CACACA. Windows color (decimal): -3358219 or 16105932. OLE color: 16105932.
HSL color Cylindrical-coordinate representation of color #CCC1F5: hue angle of 252.69º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC1F5 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 193 | 245 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.04 |
| HSL | 252.69º | 0.72% | 0.86% | - |
| HSV(B) | 252.69º | 0.21% | 0.96% | - |
| XYZ | 60.45 | 57.57 | 94.31 | - |
| YUV | 202.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 245 | 0.17 | 0.21 | 0 | 0.04 | 252.69 | 0.72 | 0.86 |
| Hex | CC | C1 | F5 | 11 | 15 | 0 | 4 | FD | 48 | 56 |
| Octal | 314 | 301 | 365 | 21 | 25 | 0 | 4 | 375 | 110 | 126 |
| Binary | 11001100 | 11000001 | 11110101 | 10001 | 10101 | 0 | 100 | 11111101 | 1001000 | 1010110 |
Color Harmonies of #CCC1F5
Complementary color
Monochromatic Colors of #CCC1F5
Black with #CCC1F5
Text Example
Text Example
White with #CCC1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1F5; }
p { color: rgb(204,193,245); }
H1.HeaderClassName
{
color: #CCC1F5;
}
.AnyTagClassName
{
color: #CCC1F5;
}
</style>
background-color css
<style>
a { background-color: #CCC1F5; }
a { background-color: rgb(204,193,245); }
div.DivClassName
{
background-color: #CCC1F5;
}
.BgClassName
{
background-color: #CCC1F5;
}
</style>
border-color css
<style>
span { border-color: #CCC1F5; }
span { border-color: rgb(204,193,245); }
td.TdClassName
{
border-color: #CCC1F5;
}
.TagClassName
{
border-color: #CCC1F5;
}
</style>