Shades of Lavender Blue #CACAFA
Tints of Lavender Blue #CACAFA
RGB
CMYK
RGB Variations
Color information
#CACAFA (or 0xCACAFA) is known color: Lavender Blue. HEX triplet: CA, CA and FA. RGB value is (202,202,250). Sum of RGB (Red+Green+Blue) = 202+202+250=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #CACAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAFA is #353505. Grayscale: #CFCFCF. Windows color (decimal): -3486982 or 16435914. OLE color: 16435914.
HSL color Cylindrical-coordinate representation of color #CACAFA: hue angle of 240º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CACAFA is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 202 | 250 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.02 |
| HSL | 240º | 0.83% | 0.89% | - |
| HSV(B) | 240º | 0.19% | 0.98% | - |
| XYZ | 62.73 | 61.7 | 99.05 | - |
| YUV | 207.47 | 152 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 250 | 0.19 | 0.19 | 0 | 0.02 | 240 | 0.83 | 0.89 |
| Hex | CA | CA | FA | 13 | 13 | 0 | 2 | F0 | 53 | 59 |
| Octal | 312 | 312 | 372 | 23 | 23 | 0 | 2 | 360 | 123 | 131 |
| Binary | 11001010 | 11001010 | 11111010 | 10011 | 10011 | 0 | 10 | 11110000 | 1010011 | 1011001 |
Color Harmonies of #CACAFA
Complementary color
Monochromatic Colors of #CACAFA
Black with #CACAFA
Text Example
Text Example
White with #CACAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAFA; }
p { color: rgb(202,202,250); }
H1.HeaderClassName
{
color: #CACAFA;
}
.AnyTagClassName
{
color: #CACAFA;
}
</style>
background-color css
<style>
a { background-color: #CACAFA; }
a { background-color: rgb(202,202,250); }
div.DivClassName
{
background-color: #CACAFA;
}
.BgClassName
{
background-color: #CACAFA;
}
</style>
border-color css
<style>
span { border-color: #CACAFA; }
span { border-color: rgb(202,202,250); }
td.TdClassName
{
border-color: #CACAFA;
}
.TagClassName
{
border-color: #CACAFA;
}
</style>