Shades of Lavender Blue #CAC9FF
Tints of Lavender Blue #CAC9FF
RGB
CMYK
RGB Variations
Color information
#CAC9FF (or 0xCAC9FF) is known color: Lavender Blue. HEX triplet: CA, C9 and FF. RGB value is (202,201,255). Sum of RGB (Red+Green+Blue) = 202+201+255=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAC9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9FF is #353600. Grayscale: #CFCFCF. Windows color (decimal): -3487233 or 16763338. OLE color: 16763338.
HSL color Cylindrical-coordinate representation of color #CAC9FF: hue angle of 241.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC9FF is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 201 | 255 | - |
| CMYK | 0.21 | 0.21 | 0 | 0 |
| HSL | 241.11º | 1% | 0.89% | - |
| HSV(B) | 241.11º | 0.21% | 1% | - |
| XYZ | 63.29 | 61.55 | 103.15 | - |
| YUV | 207.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 255 | 0.21 | 0.21 | 0 | 0 | 241.11 | 1 | 0.89 |
| Hex | CA | C9 | FF | 15 | 15 | 0 | 0 | F1 | 64 | 59 |
| Octal | 312 | 311 | 377 | 25 | 25 | 0 | 0 | 361 | 144 | 131 |
| Binary | 11001010 | 11001001 | 11111111 | 10101 | 10101 | 0 | 0 | 11110001 | 1100100 | 1011001 |
Color Harmonies of #CAC9FF
Complementary color
Monochromatic Colors of #CAC9FF
Black with #CAC9FF
Text Example
Text Example
White with #CAC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9FF; }
p { color: rgb(202,201,255); }
H1.HeaderClassName
{
color: #CAC9FF;
}
.AnyTagClassName
{
color: #CAC9FF;
}
</style>
background-color css
<style>
a { background-color: #CAC9FF; }
a { background-color: rgb(202,201,255); }
div.DivClassName
{
background-color: #CAC9FF;
}
.BgClassName
{
background-color: #CAC9FF;
}
</style>
border-color css
<style>
span { border-color: #CAC9FF; }
span { border-color: rgb(202,201,255); }
td.TdClassName
{
border-color: #CAC9FF;
}
.TagClassName
{
border-color: #CAC9FF;
}
</style>