Shades of Lavender Blue #CAC4FF
Tints of Lavender Blue #CAC4FF
RGB
CMYK
RGB Variations
Color information
#CAC4FF (or 0xCAC4FF) is known color: Lavender Blue. HEX triplet: CA, C4 and FF. RGB value is (202,196,255). Sum of RGB (Red+Green+Blue) = 202+196+255=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4FF is #353B00. Grayscale: #CCCCCC. Windows color (decimal): -3488513 or 16762058. OLE color: 16762058.
HSL color Cylindrical-coordinate representation of color #CAC4FF: hue angle of 246.1º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAC4FF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 196 | 255 | - |
| CMYK | 0.21 | 0.23 | 0 | 0 |
| HSL | 246.1º | 1% | 0.88% | - |
| HSV(B) | 246.1º | 0.23% | 1% | - |
| XYZ | 62.15 | 59.26 | 102.77 | - |
| YUV | 204.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 255 | 0.21 | 0.23 | 0 | 0 | 246.1 | 1 | 0.88 |
| Hex | CA | C4 | FF | 15 | 17 | 0 | 0 | F6 | 64 | 58 |
| Octal | 312 | 304 | 377 | 25 | 27 | 0 | 0 | 366 | 144 | 130 |
| Binary | 11001010 | 11000100 | 11111111 | 10101 | 10111 | 0 | 0 | 11110110 | 1100100 | 1011000 |
Color Harmonies of #CAC4FF
Complementary color
Monochromatic Colors of #CAC4FF
Black with #CAC4FF
Text Example
Text Example
White with #CAC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4FF; }
p { color: rgb(202,196,255); }
H1.HeaderClassName
{
color: #CAC4FF;
}
.AnyTagClassName
{
color: #CAC4FF;
}
</style>
background-color css
<style>
a { background-color: #CAC4FF; }
a { background-color: rgb(202,196,255); }
div.DivClassName
{
background-color: #CAC4FF;
}
.BgClassName
{
background-color: #CAC4FF;
}
</style>
border-color css
<style>
span { border-color: #CAC4FF; }
span { border-color: rgb(202,196,255); }
td.TdClassName
{
border-color: #CAC4FF;
}
.TagClassName
{
border-color: #CAC4FF;
}
</style>