Shades of Lavender Blue #CACEF1
Tints of Lavender Blue #CACEF1
RGB
CMYK
RGB Variations
Color information
#CACEF1 (or 0xCACEF1) is known color: Lavender Blue. HEX triplet: CA, CE and F1. RGB value is (202,206,241). Sum of RGB (Red+Green+Blue) = 202+206+241=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #CACEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEF1 is #35310E. Grayscale: #D0D0D0. Windows color (decimal): -3485967 or 15847114. OLE color: 15847114.
HSL color Cylindrical-coordinate representation of color #CACEF1: hue angle of 233.85º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CACEF1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 206 | 241 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.05 |
| HSL | 233.85º | 0.58% | 0.87% | - |
| HSV(B) | 233.85º | 0.16% | 0.95% | - |
| XYZ | 62.31 | 63.05 | 92.11 | - |
| YUV | 208.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 241 | 0.16 | 0.15 | 0 | 0.05 | 233.85 | 0.58 | 0.87 |
| Hex | CA | CE | F1 | 10 | F | 0 | 5 | EA | 3A | 57 |
| Octal | 312 | 316 | 361 | 20 | 17 | 0 | 5 | 352 | 72 | 127 |
| Binary | 11001010 | 11001110 | 11110001 | 10000 | 1111 | 0 | 101 | 11101010 | 111010 | 1010111 |
Color Harmonies of #CACEF1
Complementary color
Monochromatic Colors of #CACEF1
Black with #CACEF1
Text Example
Text Example
White with #CACEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEF1; }
p { color: rgb(202,206,241); }
H1.HeaderClassName
{
color: #CACEF1;
}
.AnyTagClassName
{
color: #CACEF1;
}
</style>
background-color css
<style>
a { background-color: #CACEF1; }
a { background-color: rgb(202,206,241); }
div.DivClassName
{
background-color: #CACEF1;
}
.BgClassName
{
background-color: #CACEF1;
}
</style>
border-color css
<style>
span { border-color: #CACEF1; }
span { border-color: rgb(202,206,241); }
td.TdClassName
{
border-color: #CACEF1;
}
.TagClassName
{
border-color: #CACEF1;
}
</style>