Shades of Lavender Blue #CACEF5
Tints of Lavender Blue #CACEF5
RGB
CMYK
RGB Variations
Color information
#CACEF5 (or 0xCACEF5) is known color: Lavender Blue. HEX triplet: CA, CE and F5. RGB value is (202,206,245). Sum of RGB (Red+Green+Blue) = 202+206+245=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #CACEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEF5 is #35310A. Grayscale: #D1D1D1. Windows color (decimal): -3485963 or 16109258. OLE color: 16109258.
HSL color Cylindrical-coordinate representation of color #CACEF5: hue angle of 234.42º 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 #CACEF5 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 206 | 245 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.04 |
| HSL | 234.42º | 0.68% | 0.88% | - |
| HSV(B) | 234.42º | 0.18% | 0.96% | - |
| XYZ | 62.91 | 63.29 | 95.29 | - |
| YUV | 209.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 245 | 0.18 | 0.16 | 0 | 0.04 | 234.42 | 0.68 | 0.88 |
| Hex | CA | CE | F5 | 12 | 10 | 0 | 4 | EA | 44 | 58 |
| Octal | 312 | 316 | 365 | 22 | 20 | 0 | 4 | 352 | 104 | 130 |
| Binary | 11001010 | 11001110 | 11110101 | 10010 | 10000 | 0 | 100 | 11101010 | 1000100 | 1011000 |
Color Harmonies of #CACEF5
Complementary color
Monochromatic Colors of #CACEF5
Black with #CACEF5
Text Example
Text Example
White with #CACEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEF5; }
p { color: rgb(202,206,245); }
H1.HeaderClassName
{
color: #CACEF5;
}
.AnyTagClassName
{
color: #CACEF5;
}
</style>
background-color css
<style>
a { background-color: #CACEF5; }
a { background-color: rgb(202,206,245); }
div.DivClassName
{
background-color: #CACEF5;
}
.BgClassName
{
background-color: #CACEF5;
}
</style>
border-color css
<style>
span { border-color: #CACEF5; }
span { border-color: rgb(202,206,245); }
td.TdClassName
{
border-color: #CACEF5;
}
.TagClassName
{
border-color: #CACEF5;
}
</style>