Shades of Lavender Blue #CCCAF1
Tints of Lavender Blue #CCCAF1
RGB
CMYK
RGB Variations
Color information
#CCCAF1 (or 0xCCCAF1) is known color: Lavender Blue. HEX triplet: CC, CA and F1. RGB value is (204,202,241). Sum of RGB (Red+Green+Blue) = 204+202+241=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCCAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAF1 is #33350E. Grayscale: #CECECE. Windows color (decimal): -3355919 or 15846092. OLE color: 15846092.
HSL color Cylindrical-coordinate representation of color #CCCAF1: hue angle of 243.08º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCAF1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 202 | 241 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.05 |
| HSL | 243.08º | 0.58% | 0.87% | - |
| HSV(B) | 243.08º | 0.16% | 0.95% | - |
| XYZ | 61.9 | 61.43 | 91.81 | - |
| YUV | 207.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 241 | 0.15 | 0.16 | 0 | 0.05 | 243.08 | 0.58 | 0.87 |
| Hex | CC | CA | F1 | F | 10 | 0 | 5 | F3 | 3A | 57 |
| Octal | 314 | 312 | 361 | 17 | 20 | 0 | 5 | 363 | 72 | 127 |
| Binary | 11001100 | 11001010 | 11110001 | 1111 | 10000 | 0 | 101 | 11110011 | 111010 | 1010111 |
Color Harmonies of #CCCAF1
Complementary color
Monochromatic Colors of #CCCAF1
Black with #CCCAF1
Text Example
Text Example
White with #CCCAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAF1; }
p { color: rgb(204,202,241); }
H1.HeaderClassName
{
color: #CCCAF1;
}
.AnyTagClassName
{
color: #CCCAF1;
}
</style>
background-color css
<style>
a { background-color: #CCCAF1; }
a { background-color: rgb(204,202,241); }
div.DivClassName
{
background-color: #CCCAF1;
}
.BgClassName
{
background-color: #CCCAF1;
}
</style>
border-color css
<style>
span { border-color: #CCCAF1; }
span { border-color: rgb(204,202,241); }
td.TdClassName
{
border-color: #CCCAF1;
}
.TagClassName
{
border-color: #CCCAF1;
}
</style>