Shades of Lavender Blue #CACAF8
Tints of Lavender Blue #CACAF8
RGB
CMYK
RGB Variations
Color information
#CACAF8 (or 0xCACAF8) is known color: Lavender Blue. HEX triplet: CA, CA and F8. RGB value is (202,202,248). Sum of RGB (Red+Green+Blue) = 202+202+248=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 248 - color contains mainly: blue. Hex color #CACAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAF8 is #353507. Grayscale: #CFCFCF. Windows color (decimal): -3486984 or 16304842. OLE color: 16304842.
HSL color Cylindrical-coordinate representation of color #CACAF8: hue angle of 240º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CACAF8 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 202 | 248 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.03 |
| HSL | 240º | 0.77% | 0.88% | - |
| HSV(B) | 240º | 0.19% | 0.97% | - |
| XYZ | 62.42 | 61.57 | 97.4 | - |
| YUV | 207.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 248 | 0.19 | 0.19 | 0 | 0.03 | 240 | 0.77 | 0.88 |
| Hex | CA | CA | F8 | 13 | 13 | 0 | 3 | F0 | 4D | 58 |
| Octal | 312 | 312 | 370 | 23 | 23 | 0 | 3 | 360 | 115 | 130 |
| Binary | 11001010 | 11001010 | 11111000 | 10011 | 10011 | 0 | 11 | 11110000 | 1001101 | 1011000 |
Color Harmonies of #CACAF8
Complementary color
Monochromatic Colors of #CACAF8
Black with #CACAF8
Text Example
Text Example
White with #CACAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAF8; }
p { color: rgb(202,202,248); }
H1.HeaderClassName
{
color: #CACAF8;
}
.AnyTagClassName
{
color: #CACAF8;
}
</style>
background-color css
<style>
a { background-color: #CACAF8; }
a { background-color: rgb(202,202,248); }
div.DivClassName
{
background-color: #CACAF8;
}
.BgClassName
{
background-color: #CACAF8;
}
</style>
border-color css
<style>
span { border-color: #CACAF8; }
span { border-color: rgb(202,202,248); }
td.TdClassName
{
border-color: #CACAF8;
}
.TagClassName
{
border-color: #CACAF8;
}
</style>