Shades of Lavender Blue #CAC2FD
Tints of Lavender Blue #CAC2FD
RGB
CMYK
RGB Variations
Color information
#CAC2FD (or 0xCAC2FD) is known color: Lavender Blue. HEX triplet: CA, C2 and FD. RGB value is (202,194,253). Sum of RGB (Red+Green+Blue) = 202+194+253=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2FD is #353D02. Grayscale: #CACACA. Windows color (decimal): -3489027 or 16630474. OLE color: 16630474.
HSL color Cylindrical-coordinate representation of color #CAC2FD: hue angle of 248.14º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAC2FD is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 194 | 253 | - |
CMYK | 0.20 | 0.23 | 0 | 0.01 |
HSL | 248.14º | 0.94% | 0.88% | - |
HSV(B) | 248.14º | 0.23% | 0.99% | - |
XYZ | 61.38 | 58.23 | 100.93 | - |
YUV | 203.12 | 156.15 | 127.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 194 | 253 | 0.20 | 0.23 | 0 | 0.01 | 248.14 | 0.94 | 0.88 |
Hex | CA | C2 | FD | 14 | 17 | 0 | 1 | F8 | 5E | 58 |
Octal | 312 | 302 | 375 | 24 | 27 | 0 | 1 | 370 | 136 | 130 |
Binary | 11001010 | 11000010 | 11111101 | 10100 | 10111 | 0 | 1 | 11111000 | 1011110 | 1011000 |
Color Harmonies of #CAC2FD
Complementary color
Monochromatic Colors of #CAC2FD
Black with #CAC2FD
Text Example
Text Example
White with #CAC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2FD; }
p { color: rgb(202,194,253); }
H1.HeaderClassName
{
color: #CAC2FD;
}
.AnyTagClassName
{
color: #CAC2FD;
}
</style>
background-color css
<style>
a { background-color: #CAC2FD; }
a { background-color: rgb(202,194,253); }
div.DivClassName
{
background-color: #CAC2FD;
}
.BgClassName
{
background-color: #CAC2FD;
}
</style>
border-color css
<style>
span { border-color: #CAC2FD; }
span { border-color: rgb(202,194,253); }
td.TdClassName
{
border-color: #CAC2FD;
}
.TagClassName
{
border-color: #CAC2FD;
}
</style>