Shades of Lavender Blue #CACAFE
Tints of Lavender Blue #CACAFE
RGB
CMYK
RGB Variations
Color information
#CACAFE (or 0xCACAFE) is known color: Lavender Blue. HEX triplet: CA, CA and FE. RGB value is (202,202,254). Sum of RGB (Red+Green+Blue) = 202+202+254=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #CACAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAFE is #353501. Grayscale: #CFCFCF. Windows color (decimal): -3486978 or 16698058. OLE color: 16698058.
HSL color Cylindrical-coordinate representation of color #CACAFE: hue angle of 240º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACAFE is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 202 | 202 | 254 | - |
CMYK | 0.20 | 0.20 | 0 | 0.00 |
HSL | 240º | 0.96% | 0.89% | - |
HSV(B) | 240º | 0.2% | 1% | - |
XYZ | 63.37 | 61.95 | 102.38 | - |
YUV | 207.93 | 154 | 123.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 254 | 0.20 | 0.20 | 0 | 0.00 | 240 | 0.96 | 0.89 |
Hex | CA | CA | FE | 14 | 14 | 0 | 0 | F0 | 60 | 59 |
Octal | 312 | 312 | 376 | 24 | 24 | 0 | 0 | 360 | 140 | 131 |
Binary | 11001010 | 11001010 | 11111110 | 10100 | 10100 | 0 | 0 | 11110000 | 1100000 | 1011001 |
Color Harmonies of #CACAFE
Complementary color
Monochromatic Colors of #CACAFE
Black with #CACAFE
Text Example
Text Example
White with #CACAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAFE; }
p { color: rgb(202,202,254); }
H1.HeaderClassName
{
color: #CACAFE;
}
.AnyTagClassName
{
color: #CACAFE;
}
</style>
background-color css
<style>
a { background-color: #CACAFE; }
a { background-color: rgb(202,202,254); }
div.DivClassName
{
background-color: #CACAFE;
}
.BgClassName
{
background-color: #CACAFE;
}
</style>
border-color css
<style>
span { border-color: #CACAFE; }
span { border-color: rgb(202,202,254); }
td.TdClassName
{
border-color: #CACAFE;
}
.TagClassName
{
border-color: #CACAFE;
}
</style>