Shades of Lavender Blue #CAC9F8
Tints of Lavender Blue #CAC9F8
RGB
CMYK
RGB Variations
Color information
#CAC9F8 (or 0xCAC9F8) is known color: Lavender Blue. HEX triplet: CA, C9 and F8. RGB value is (202,201,248). Sum of RGB (Red+Green+Blue) = 202+201+248=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 201 (78.91% from 255 or 30.88% from 651); Blue value is 248 (97.27% from 255 or 38.10% from 651); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAC9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9F8 is #353607. Grayscale: #CECECE. Windows color (decimal): -3487240 or 16304586. OLE color: 16304586.
HSL color Cylindrical-coordinate representation of color #CAC9F8: hue angle of 241.28º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAC9F8 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 201 | 248 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.03 |
| HSL | 241.28º | 0.77% | 0.88% | - |
| HSV(B) | 241.28º | 0.19% | 0.97% | - |
| XYZ | 62.19 | 61.11 | 97.32 | - |
| YUV | 206.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 248 | 0.19 | 0.19 | 0 | 0.03 | 241.28 | 0.77 | 0.88 |
| Hex | CA | C9 | F8 | 13 | 13 | 0 | 3 | F1 | 4D | 58 |
| Octal | 312 | 311 | 370 | 23 | 23 | 0 | 3 | 361 | 115 | 130 |
| Binary | 11001010 | 11001001 | 11111000 | 10011 | 10011 | 0 | 11 | 11110001 | 1001101 | 1011000 |
Color Harmonies of #CAC9F8
Complementary color
Monochromatic Colors of #CAC9F8
Black with #CAC9F8
Text Example
Text Example
White with #CAC9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9F8; }
p { color: rgb(202,201,248); }
H1.HeaderClassName
{
color: #CAC9F8;
}
.AnyTagClassName
{
color: #CAC9F8;
}
</style>
background-color css
<style>
a { background-color: #CAC9F8; }
a { background-color: rgb(202,201,248); }
div.DivClassName
{
background-color: #CAC9F8;
}
.BgClassName
{
background-color: #CAC9F8;
}
</style>
border-color css
<style>
span { border-color: #CAC9F8; }
span { border-color: rgb(202,201,248); }
td.TdClassName
{
border-color: #CAC9F8;
}
.TagClassName
{
border-color: #CAC9F8;
}
</style>