Shades of Lavender Blue #CAC6EA
Tints of Lavender Blue #CAC6EA
RGB
CMYK
RGB Variations
Color information
#CAC6EA (or 0xCAC6EA) is known color: Lavender Blue. HEX triplet: CA, C6 and EA. RGB value is (202,198,234). Sum of RGB (Red+Green+Blue) = 202+198+234=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC6EA is #353915. Grayscale: #CBCBCB. Windows color (decimal): -3488022 or 15386314. OLE color: 15386314.
HSL color Cylindrical-coordinate representation of color #CAC6EA: hue angle of 246.67º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAC6EA is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 198 | 234 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.08 |
| HSL | 246.67º | 0.46% | 0.85% | - |
| HSV(B) | 246.67º | 0.15% | 0.92% | - |
| XYZ | 59.4 | 58.89 | 86.08 | - |
| YUV | 203.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 234 | 0.14 | 0.15 | 0 | 0.08 | 246.67 | 0.46 | 0.85 |
| Hex | CA | C6 | EA | E | F | 0 | 8 | F7 | 2E | 55 |
| Octal | 312 | 306 | 352 | 16 | 17 | 0 | 10 | 367 | 56 | 125 |
| Binary | 11001010 | 11000110 | 11101010 | 1110 | 1111 | 0 | 1000 | 11110111 | 101110 | 1010101 |
Color Harmonies of #CAC6EA
Complementary color
Monochromatic Colors of #CAC6EA
Black with #CAC6EA
Text Example
Text Example
White with #CAC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6EA; }
p { color: rgb(202,198,234); }
H1.HeaderClassName
{
color: #CAC6EA;
}
.AnyTagClassName
{
color: #CAC6EA;
}
</style>
background-color css
<style>
a { background-color: #CAC6EA; }
a { background-color: rgb(202,198,234); }
div.DivClassName
{
background-color: #CAC6EA;
}
.BgClassName
{
background-color: #CAC6EA;
}
</style>
border-color css
<style>
span { border-color: #CAC6EA; }
span { border-color: rgb(202,198,234); }
td.TdClassName
{
border-color: #CAC6EA;
}
.TagClassName
{
border-color: #CAC6EA;
}
</style>