Shades of Lavender Blue #CAC2FB
Tints of Lavender Blue #CAC2FB
RGB
CMYK
RGB Variations
Color information
#CAC2FB (or 0xCAC2FB) is known color: Lavender Blue. HEX triplet: CA, C2 and FB. RGB value is (202,194,251). Sum of RGB (Red+Green+Blue) = 202+194+251=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAC2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2FB is #353D04. Grayscale: #CACACA. Windows color (decimal): -3489029 or 16499402. OLE color: 16499402.
HSL color Cylindrical-coordinate representation of color #CAC2FB: hue angle of 248.42º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAC2FB is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 194 | 251 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.02 |
| HSL | 248.42º | 0.88% | 0.87% | - |
| HSV(B) | 248.42º | 0.23% | 0.98% | - |
| XYZ | 61.06 | 58.11 | 99.26 | - |
| YUV | 202.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 251 | 0.20 | 0.23 | 0 | 0.02 | 248.42 | 0.88 | 0.87 |
| Hex | CA | C2 | FB | 14 | 17 | 0 | 2 | F8 | 58 | 57 |
| Octal | 312 | 302 | 373 | 24 | 27 | 0 | 2 | 370 | 130 | 127 |
| Binary | 11001010 | 11000010 | 11111011 | 10100 | 10111 | 0 | 10 | 11111000 | 1011000 | 1010111 |
Color Harmonies of #CAC2FB
Complementary color
Monochromatic Colors of #CAC2FB
Black with #CAC2FB
Text Example
Text Example
White with #CAC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2FB; }
p { color: rgb(202,194,251); }
H1.HeaderClassName
{
color: #CAC2FB;
}
.AnyTagClassName
{
color: #CAC2FB;
}
</style>
background-color css
<style>
a { background-color: #CAC2FB; }
a { background-color: rgb(202,194,251); }
div.DivClassName
{
background-color: #CAC2FB;
}
.BgClassName
{
background-color: #CAC2FB;
}
</style>
border-color css
<style>
span { border-color: #CAC2FB; }
span { border-color: rgb(202,194,251); }
td.TdClassName
{
border-color: #CAC2FB;
}
.TagClassName
{
border-color: #CAC2FB;
}
</style>