Shades of Lavender Blue #CAC8FE
Tints of Lavender Blue #CAC8FE
RGB
CMYK
RGB Variations
Color information
#CAC8FE (or 0xCAC8FE) is known color: Lavender Blue. HEX triplet: CA, C8 and FE. RGB value is (202,200,254). Sum of RGB (Red+Green+Blue) = 202+200+254=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAC8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8FE is #353701. Grayscale: #CECECE. Windows color (decimal): -3487490 or 16697546. OLE color: 16697546.
HSL color Cylindrical-coordinate representation of color #CAC8FE: hue angle of 242.22º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC8FE is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 200 | 254 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.00 |
| HSL | 242.22º | 0.96% | 0.89% | - |
| HSV(B) | 242.22º | 0.21% | 1% | - |
| XYZ | 62.9 | 61.02 | 102.23 | - |
| YUV | 206.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 254 | 0.20 | 0.21 | 0 | 0.00 | 242.22 | 0.96 | 0.89 |
| Hex | CA | C8 | FE | 14 | 15 | 0 | 0 | F2 | 60 | 59 |
| Octal | 312 | 310 | 376 | 24 | 25 | 0 | 0 | 362 | 140 | 131 |
| Binary | 11001010 | 11001000 | 11111110 | 10100 | 10101 | 0 | 0 | 11110010 | 1100000 | 1011001 |
Color Harmonies of #CAC8FE
Complementary color
Monochromatic Colors of #CAC8FE
Black with #CAC8FE
Text Example
Text Example
White with #CAC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8FE; }
p { color: rgb(202,200,254); }
H1.HeaderClassName
{
color: #CAC8FE;
}
.AnyTagClassName
{
color: #CAC8FE;
}
</style>
background-color css
<style>
a { background-color: #CAC8FE; }
a { background-color: rgb(202,200,254); }
div.DivClassName
{
background-color: #CAC8FE;
}
.BgClassName
{
background-color: #CAC8FE;
}
</style>
border-color css
<style>
span { border-color: #CAC8FE; }
span { border-color: rgb(202,200,254); }
td.TdClassName
{
border-color: #CAC8FE;
}
.TagClassName
{
border-color: #CAC8FE;
}
</style>