Shades of Lavender Blue #CACAFC
Tints of Lavender Blue #CACAFC
RGB
CMYK
RGB Variations
Color information
#CACAFC (or 0xCACAFC) is known color: Lavender Blue. HEX triplet: CA, CA and FC. RGB value is (202,202,252). Sum of RGB (Red+Green+Blue) = 202+202+252=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #CACAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAFC is #353503. Grayscale: #CFCFCF. Windows color (decimal): -3486980 or 16566986. OLE color: 16566986.
HSL color Cylindrical-coordinate representation of color #CACAFC: hue angle of 240º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACAFC is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 202 | 252 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.01 |
| HSL | 240º | 0.89% | 0.89% | - |
| HSV(B) | 240º | 0.2% | 0.99% | - |
| XYZ | 63.05 | 61.83 | 100.71 | - |
| YUV | 207.7 | 153 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 252 | 0.20 | 0.20 | 0 | 0.01 | 240 | 0.89 | 0.89 |
| Hex | CA | CA | FC | 14 | 14 | 0 | 1 | F0 | 59 | 59 |
| Octal | 312 | 312 | 374 | 24 | 24 | 0 | 1 | 360 | 131 | 131 |
| Binary | 11001010 | 11001010 | 11111100 | 10100 | 10100 | 0 | 1 | 11110000 | 1011001 | 1011001 |
Color Harmonies of #CACAFC
Complementary color
Monochromatic Colors of #CACAFC
Black with #CACAFC
Text Example
Text Example
White with #CACAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAFC; }
p { color: rgb(202,202,252); }
H1.HeaderClassName
{
color: #CACAFC;
}
.AnyTagClassName
{
color: #CACAFC;
}
</style>
background-color css
<style>
a { background-color: #CACAFC; }
a { background-color: rgb(202,202,252); }
div.DivClassName
{
background-color: #CACAFC;
}
.BgClassName
{
background-color: #CACAFC;
}
</style>
border-color css
<style>
span { border-color: #CACAFC; }
span { border-color: rgb(202,202,252); }
td.TdClassName
{
border-color: #CACAFC;
}
.TagClassName
{
border-color: #CACAFC;
}
</style>