Shades of Lavender Blue #CAC9FE
Tints of Lavender Blue #CAC9FE
RGB
CMYK
RGB Variations
Color information
#CAC9FE (or 0xCAC9FE) is known color: Lavender Blue. HEX triplet: CA, C9 and FE. RGB value is (202,201,254). Sum of RGB (Red+Green+Blue) = 202+201+254=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9FE is #353601. Grayscale: #CFCFCF. Windows color (decimal): -3487234 or 16697802. OLE color: 16697802.
HSL color Cylindrical-coordinate representation of color #CAC9FE: hue angle of 241.13º 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 #CAC9FE is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 201 | 254 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.00 |
| HSL | 241.13º | 0.96% | 0.89% | - |
| HSV(B) | 241.13º | 0.21% | 1% | - |
| XYZ | 63.13 | 61.49 | 102.31 | - |
| YUV | 207.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 254 | 0.20 | 0.21 | 0 | 0.00 | 241.13 | 0.96 | 0.89 |
| Hex | CA | C9 | FE | 14 | 15 | 0 | 0 | F1 | 60 | 59 |
| Octal | 312 | 311 | 376 | 24 | 25 | 0 | 0 | 361 | 140 | 131 |
| Binary | 11001010 | 11001001 | 11111110 | 10100 | 10101 | 0 | 0 | 11110001 | 1100000 | 1011001 |
Color Harmonies of #CAC9FE
Complementary color
Monochromatic Colors of #CAC9FE
Black with #CAC9FE
Text Example
Text Example
White with #CAC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9FE; }
p { color: rgb(202,201,254); }
H1.HeaderClassName
{
color: #CAC9FE;
}
.AnyTagClassName
{
color: #CAC9FE;
}
</style>
background-color css
<style>
a { background-color: #CAC9FE; }
a { background-color: rgb(202,201,254); }
div.DivClassName
{
background-color: #CAC9FE;
}
.BgClassName
{
background-color: #CAC9FE;
}
</style>
border-color css
<style>
span { border-color: #CAC9FE; }
span { border-color: rgb(202,201,254); }
td.TdClassName
{
border-color: #CAC9FE;
}
.TagClassName
{
border-color: #CAC9FE;
}
</style>