Shades of Lavender Blue #CAC7F2
Tints of Lavender Blue #CAC7F2
RGB
CMYK
RGB Variations
Color information
#CAC7F2 (or 0xCAC7F2) is known color: Lavender Blue. HEX triplet: CA, C7 and F2. RGB value is (202,199,242). Sum of RGB (Red+Green+Blue) = 202+199+242=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAC7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC7F2 is #35380D. Grayscale: #CCCCCC. Windows color (decimal): -3487758 or 15910858. OLE color: 15910858.
HSL color Cylindrical-coordinate representation of color #CAC7F2: hue angle of 244.19º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAC7F2 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 199 | 242 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.05 |
| HSL | 244.19º | 0.62% | 0.86% | - |
| HSV(B) | 244.19º | 0.18% | 0.95% | - |
| XYZ | 60.81 | 59.81 | 92.34 | - |
| YUV | 204.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 242 | 0.17 | 0.18 | 0 | 0.05 | 244.19 | 0.62 | 0.86 |
| Hex | CA | C7 | F2 | 11 | 12 | 0 | 5 | F4 | 3E | 56 |
| Octal | 312 | 307 | 362 | 21 | 22 | 0 | 5 | 364 | 76 | 126 |
| Binary | 11001010 | 11000111 | 11110010 | 10001 | 10010 | 0 | 101 | 11110100 | 111110 | 1010110 |
Color Harmonies of #CAC7F2
Complementary color
Monochromatic Colors of #CAC7F2
Black with #CAC7F2
Text Example
Text Example
White with #CAC7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7F2; }
p { color: rgb(202,199,242); }
H1.HeaderClassName
{
color: #CAC7F2;
}
.AnyTagClassName
{
color: #CAC7F2;
}
</style>
background-color css
<style>
a { background-color: #CAC7F2; }
a { background-color: rgb(202,199,242); }
div.DivClassName
{
background-color: #CAC7F2;
}
.BgClassName
{
background-color: #CAC7F2;
}
</style>
border-color css
<style>
span { border-color: #CAC7F2; }
span { border-color: rgb(202,199,242); }
td.TdClassName
{
border-color: #CAC7F2;
}
.TagClassName
{
border-color: #CAC7F2;
}
</style>