Shades of Lavender Blue #CAC7F0
Tints of Lavender Blue #CAC7F0
RGB
CMYK
RGB Variations
Color information
#CAC7F0 (or 0xCAC7F0) is known color: Lavender Blue. HEX triplet: CA, C7 and F0. RGB value is (202,199,240). Sum of RGB (Red+Green+Blue) = 202+199+240=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAC7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC7F0 is #35380F. Grayscale: #CCCCCC. Windows color (decimal): -3487760 or 15779786. OLE color: 15779786.
HSL color Cylindrical-coordinate representation of color #CAC7F0: hue angle of 244.39º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAC7F0 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 202 | 199 | 240 | - |
CMYK | 0.16 | 0.17 | 0 | 0.06 |
HSL | 244.39º | 0.58% | 0.86% | - |
HSV(B) | 244.39º | 0.17% | 0.94% | - |
XYZ | 60.51 | 59.69 | 90.77 | - |
YUV | 204.57 | 147.99 | 126.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 199 | 240 | 0.16 | 0.17 | 0 | 0.06 | 244.39 | 0.58 | 0.86 |
Hex | CA | C7 | F0 | 10 | 11 | 0 | 6 | F4 | 3A | 56 |
Octal | 312 | 307 | 360 | 20 | 21 | 0 | 6 | 364 | 72 | 126 |
Binary | 11001010 | 11000111 | 11110000 | 10000 | 10001 | 0 | 110 | 11110100 | 111010 | 1010110 |
Color Harmonies of #CAC7F0
Complementary color
Monochromatic Colors of #CAC7F0
Black with #CAC7F0
Text Example
Text Example
White with #CAC7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7F0; }
p { color: rgb(202,199,240); }
H1.HeaderClassName
{
color: #CAC7F0;
}
.AnyTagClassName
{
color: #CAC7F0;
}
</style>
background-color css
<style>
a { background-color: #CAC7F0; }
a { background-color: rgb(202,199,240); }
div.DivClassName
{
background-color: #CAC7F0;
}
.BgClassName
{
background-color: #CAC7F0;
}
</style>
border-color css
<style>
span { border-color: #CAC7F0; }
span { border-color: rgb(202,199,240); }
td.TdClassName
{
border-color: #CAC7F0;
}
.TagClassName
{
border-color: #CAC7F0;
}
</style>