Shades of Lavender Blue #CCCAF0
Tints of Lavender Blue #CCCAF0
RGB
CMYK
RGB Variations
Color information
#CCCAF0 (or 0xCCCAF0) is known color: Lavender Blue. HEX triplet: CC, CA and F0. RGB value is (204,202,240). Sum of RGB (Red+Green+Blue) = 204+202+240=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCCAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAF0 is #33350F. Grayscale: #CECECE. Windows color (decimal): -3355920 or 15780556. OLE color: 15780556.
HSL color Cylindrical-coordinate representation of color #CCCAF0: hue angle of 243.16º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCAF0 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 202 | 240 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.06 |
| HSL | 243.16º | 0.56% | 0.87% | - |
| HSV(B) | 243.16º | 0.16% | 0.94% | - |
| XYZ | 61.75 | 61.37 | 91.03 | - |
| YUV | 206.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 240 | 0.15 | 0.16 | 0 | 0.06 | 243.16 | 0.56 | 0.87 |
| Hex | CC | CA | F0 | F | 10 | 0 | 6 | F3 | 38 | 57 |
| Octal | 314 | 312 | 360 | 17 | 20 | 0 | 6 | 363 | 70 | 127 |
| Binary | 11001100 | 11001010 | 11110000 | 1111 | 10000 | 0 | 110 | 11110011 | 111000 | 1010111 |
Color Harmonies of #CCCAF0
Complementary color
Monochromatic Colors of #CCCAF0
Black with #CCCAF0
Text Example
Text Example
White with #CCCAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAF0; }
p { color: rgb(204,202,240); }
H1.HeaderClassName
{
color: #CCCAF0;
}
.AnyTagClassName
{
color: #CCCAF0;
}
</style>
background-color css
<style>
a { background-color: #CCCAF0; }
a { background-color: rgb(204,202,240); }
div.DivClassName
{
background-color: #CCCAF0;
}
.BgClassName
{
background-color: #CCCAF0;
}
</style>
border-color css
<style>
span { border-color: #CCCAF0; }
span { border-color: rgb(204,202,240); }
td.TdClassName
{
border-color: #CCCAF0;
}
.TagClassName
{
border-color: #CCCAF0;
}
</style>