Shades of Lavender Blue #CACAF4
Tints of Lavender Blue #CACAF4
RGB
CMYK
RGB Variations
Color information
#CACAF4 (or 0xCACAF4) is known color: Lavender Blue. HEX triplet: CA, CA and F4. RGB value is (202,202,244). Sum of RGB (Red+Green+Blue) = 202+202+244=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 244 (95.70% from 255 or 37.65% from 648); Max value from RGB is 244 - color contains mainly: blue. Hex color #CACAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAF4 is #35350B. Grayscale: #CECECE. Windows color (decimal): -3486988 or 16042698. OLE color: 16042698.
HSL color Cylindrical-coordinate representation of color #CACAF4: hue angle of 240º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CACAF4 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 202 | 244 | - |
CMYK | 0.17 | 0.17 | 0 | 0.04 |
HSL | 240º | 0.66% | 0.87% | - |
HSV(B) | 240º | 0.17% | 0.96% | - |
XYZ | 61.81 | 61.33 | 94.17 | - |
YUV | 206.79 | 149 | 124.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 244 | 0.17 | 0.17 | 0 | 0.04 | 240 | 0.66 | 0.87 |
Hex | CA | CA | F4 | 11 | 11 | 0 | 4 | F0 | 42 | 57 |
Octal | 312 | 312 | 364 | 21 | 21 | 0 | 4 | 360 | 102 | 127 |
Binary | 11001010 | 11001010 | 11110100 | 10001 | 10001 | 0 | 100 | 11110000 | 1000010 | 1010111 |
Color Harmonies of #CACAF4
Complementary color
Monochromatic Colors of #CACAF4
Black with #CACAF4
Text Example
Text Example
White with #CACAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAF4; }
p { color: rgb(202,202,244); }
H1.HeaderClassName
{
color: #CACAF4;
}
.AnyTagClassName
{
color: #CACAF4;
}
</style>
background-color css
<style>
a { background-color: #CACAF4; }
a { background-color: rgb(202,202,244); }
div.DivClassName
{
background-color: #CACAF4;
}
.BgClassName
{
background-color: #CACAF4;
}
</style>
border-color css
<style>
span { border-color: #CACAF4; }
span { border-color: rgb(202,202,244); }
td.TdClassName
{
border-color: #CACAF4;
}
.TagClassName
{
border-color: #CACAF4;
}
</style>