Shades of Lavender Blue #CACFF5
Tints of Lavender Blue #CACFF5
RGB
CMYK
RGB Variations
Color information
#CACFF5 (or 0xCACFF5) is known color: Lavender Blue. HEX triplet: CA, CF and F5. RGB value is (202,207,245). Sum of RGB (Red+Green+Blue) = 202+207+245=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #CACFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFF5 is #35300A. Grayscale: #D1D1D1. Windows color (decimal): -3485707 or 16109514. OLE color: 16109514.
HSL color Cylindrical-coordinate representation of color #CACFF5: hue angle of 233.02º 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 #CACFF5 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 207 | 245 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.04 |
| HSL | 233.02º | 0.68% | 0.88% | - |
| HSV(B) | 233.02º | 0.18% | 0.96% | - |
| XYZ | 63.15 | 63.77 | 95.37 | - |
| YUV | 209.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 245 | 0.18 | 0.16 | 0 | 0.04 | 233.02 | 0.68 | 0.88 |
| Hex | CA | CF | F5 | 12 | 10 | 0 | 4 | E9 | 44 | 58 |
| Octal | 312 | 317 | 365 | 22 | 20 | 0 | 4 | 351 | 104 | 130 |
| Binary | 11001010 | 11001111 | 11110101 | 10010 | 10000 | 0 | 100 | 11101001 | 1000100 | 1011000 |
Color Harmonies of #CACFF5
Complementary color
Monochromatic Colors of #CACFF5
Black with #CACFF5
Text Example
Text Example
White with #CACFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFF5; }
p { color: rgb(202,207,245); }
H1.HeaderClassName
{
color: #CACFF5;
}
.AnyTagClassName
{
color: #CACFF5;
}
</style>
background-color css
<style>
a { background-color: #CACFF5; }
a { background-color: rgb(202,207,245); }
div.DivClassName
{
background-color: #CACFF5;
}
.BgClassName
{
background-color: #CACFF5;
}
</style>
border-color css
<style>
span { border-color: #CACFF5; }
span { border-color: rgb(202,207,245); }
td.TdClassName
{
border-color: #CACFF5;
}
.TagClassName
{
border-color: #CACFF5;
}
</style>