Shades of Lavender Blue #CACFFA
Tints of Lavender Blue #CACFFA
RGB
CMYK
RGB Variations
Color information
#CACFFA (or 0xCACFFA) is known color: Lavender Blue. HEX triplet: CA, CF and FA. RGB value is (202,207,250). Sum of RGB (Red+Green+Blue) = 202+207+250=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #CACFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFFA is #353005. Grayscale: #D2D2D2. Windows color (decimal): -3485702 or 16437194. OLE color: 16437194.
HSL color Cylindrical-coordinate representation of color #CACFFA: hue angle of 233.75º 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 #CACFFA is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 207 | 250 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.02 |
| HSL | 233.75º | 0.83% | 0.89% | - |
| HSV(B) | 233.75º | 0.19% | 0.98% | - |
| XYZ | 63.93 | 64.08 | 99.44 | - |
| YUV | 210.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 250 | 0.19 | 0.17 | 0 | 0.02 | 233.75 | 0.83 | 0.89 |
| Hex | CA | CF | FA | 13 | 11 | 0 | 2 | EA | 53 | 59 |
| Octal | 312 | 317 | 372 | 23 | 21 | 0 | 2 | 352 | 123 | 131 |
| Binary | 11001010 | 11001111 | 11111010 | 10011 | 10001 | 0 | 10 | 11101010 | 1010011 | 1011001 |
Color Harmonies of #CACFFA
Complementary color
Monochromatic Colors of #CACFFA
Black with #CACFFA
Text Example
Text Example
White with #CACFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFFA; }
p { color: rgb(202,207,250); }
H1.HeaderClassName
{
color: #CACFFA;
}
.AnyTagClassName
{
color: #CACFFA;
}
</style>
background-color css
<style>
a { background-color: #CACFFA; }
a { background-color: rgb(202,207,250); }
div.DivClassName
{
background-color: #CACFFA;
}
.BgClassName
{
background-color: #CACFFA;
}
</style>
border-color css
<style>
span { border-color: #CACFFA; }
span { border-color: rgb(202,207,250); }
td.TdClassName
{
border-color: #CACFFA;
}
.TagClassName
{
border-color: #CACFFA;
}
</style>