Shades of Lavender Blue #CACAF5
Tints of Lavender Blue #CACAF5
RGB
CMYK
RGB Variations
Color information
#CACAF5 (or 0xCACAF5) is known color: Lavender Blue. HEX triplet: CA, CA and F5. RGB value is (202,202,245). Sum of RGB (Red+Green+Blue) = 202+202+245=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #CACAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAF5 is #35350A. Grayscale: #CECECE. Windows color (decimal): -3486987 or 16108234. OLE color: 16108234.
HSL color Cylindrical-coordinate representation of color #CACAF5: hue angle of 240º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CACAF5 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 202 | 245 | - |
CMYK | 0.18 | 0.18 | 0 | 0.04 |
HSL | 240º | 0.68% | 0.88% | - |
HSV(B) | 240º | 0.18% | 0.96% | - |
XYZ | 61.96 | 61.39 | 94.97 | - |
YUV | 206.9 | 149.5 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 245 | 0.18 | 0.18 | 0 | 0.04 | 240 | 0.68 | 0.88 |
Hex | CA | CA | F5 | 12 | 12 | 0 | 4 | F0 | 44 | 58 |
Octal | 312 | 312 | 365 | 22 | 22 | 0 | 4 | 360 | 104 | 130 |
Binary | 11001010 | 11001010 | 11110101 | 10010 | 10010 | 0 | 100 | 11110000 | 1000100 | 1011000 |
Color Harmonies of #CACAF5
Complementary color
Monochromatic Colors of #CACAF5
Black with #CACAF5
Text Example
Text Example
White with #CACAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAF5; }
p { color: rgb(202,202,245); }
H1.HeaderClassName
{
color: #CACAF5;
}
.AnyTagClassName
{
color: #CACAF5;
}
</style>
background-color css
<style>
a { background-color: #CACAF5; }
a { background-color: rgb(202,202,245); }
div.DivClassName
{
background-color: #CACAF5;
}
.BgClassName
{
background-color: #CACAF5;
}
</style>
border-color css
<style>
span { border-color: #CACAF5; }
span { border-color: rgb(202,202,245); }
td.TdClassName
{
border-color: #CACAF5;
}
.TagClassName
{
border-color: #CACAF5;
}
</style>