Shades of Lavender Blue #CACFF2
Tints of Lavender Blue #CACFF2
RGB
CMYK
RGB Variations
Color information
#CACFF2 (or 0xCACFF2) is known color: Lavender Blue. HEX triplet: CA, CF and F2. RGB value is (202,207,242). Sum of RGB (Red+Green+Blue) = 202+207+242=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #CACFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFF2 is #35300D. Grayscale: #D1D1D1. Windows color (decimal): -3485710 or 15912906. OLE color: 15912906.
HSL color Cylindrical-coordinate representation of color #CACFF2: hue angle of 232.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CACFF2 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 207 | 242 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.05 |
| HSL | 232.5º | 0.61% | 0.87% | - |
| HSV(B) | 232.5º | 0.17% | 0.95% | - |
| XYZ | 62.7 | 63.59 | 92.97 | - |
| YUV | 209.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 242 | 0.17 | 0.14 | 0 | 0.05 | 232.5 | 0.61 | 0.87 |
| Hex | CA | CF | F2 | 11 | E | 0 | 5 | E8 | 3D | 57 |
| Octal | 312 | 317 | 362 | 21 | 16 | 0 | 5 | 350 | 75 | 127 |
| Binary | 11001010 | 11001111 | 11110010 | 10001 | 1110 | 0 | 101 | 11101000 | 111101 | 1010111 |
Color Harmonies of #CACFF2
Complementary color
Monochromatic Colors of #CACFF2
Black with #CACFF2
Text Example
Text Example
White with #CACFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFF2; }
p { color: rgb(202,207,242); }
H1.HeaderClassName
{
color: #CACFF2;
}
.AnyTagClassName
{
color: #CACFF2;
}
</style>
background-color css
<style>
a { background-color: #CACFF2; }
a { background-color: rgb(202,207,242); }
div.DivClassName
{
background-color: #CACFF2;
}
.BgClassName
{
background-color: #CACFF2;
}
</style>
border-color css
<style>
span { border-color: #CACFF2; }
span { border-color: rgb(202,207,242); }
td.TdClassName
{
border-color: #CACFF2;
}
.TagClassName
{
border-color: #CACFF2;
}
</style>