Shades of Lavender Blue #CAC5FE
Tints of Lavender Blue #CAC5FE
RGB
CMYK
RGB Variations
Color information
#CAC5FE (or 0xCAC5FE) is known color: Lavender Blue. HEX triplet: CA, C5 and FE. RGB value is (202,197,254). Sum of RGB (Red+Green+Blue) = 202+197+254=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5FE is #353A01. Grayscale: #CCCCCC. Windows color (decimal): -3488258 or 16696778. OLE color: 16696778.
HSL color Cylindrical-coordinate representation of color #CAC5FE: hue angle of 245.26º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC5FE is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 202 | 197 | 254 | - |
CMYK | 0.20 | 0.22 | 0 | 0.00 |
HSL | 245.26º | 0.97% | 0.88% | - |
HSV(B) | 245.26º | 0.22% | 1% | - |
XYZ | 62.21 | 59.64 | 102 | - |
YUV | 204.99 | 155.66 | 125.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 197 | 254 | 0.20 | 0.22 | 0 | 0.00 | 245.26 | 0.97 | 0.88 |
Hex | CA | C5 | FE | 14 | 16 | 0 | 0 | F5 | 61 | 58 |
Octal | 312 | 305 | 376 | 24 | 26 | 0 | 0 | 365 | 141 | 130 |
Binary | 11001010 | 11000101 | 11111110 | 10100 | 10110 | 0 | 0 | 11110101 | 1100001 | 1011000 |
Color Harmonies of #CAC5FE
Complementary color
Monochromatic Colors of #CAC5FE
Black with #CAC5FE
Text Example
Text Example
White with #CAC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5FE; }
p { color: rgb(202,197,254); }
H1.HeaderClassName
{
color: #CAC5FE;
}
.AnyTagClassName
{
color: #CAC5FE;
}
</style>
background-color css
<style>
a { background-color: #CAC5FE; }
a { background-color: rgb(202,197,254); }
div.DivClassName
{
background-color: #CAC5FE;
}
.BgClassName
{
background-color: #CAC5FE;
}
</style>
border-color css
<style>
span { border-color: #CAC5FE; }
span { border-color: rgb(202,197,254); }
td.TdClassName
{
border-color: #CAC5FE;
}
.TagClassName
{
border-color: #CAC5FE;
}
</style>