Shades of Lavender Blue #CAC5FD
Tints of Lavender Blue #CAC5FD
RGB
CMYK
RGB Variations
Color information
#CAC5FD (or 0xCAC5FD) is known color: Lavender Blue. HEX triplet: CA, C5 and FD. RGB value is (202,197,253). Sum of RGB (Red+Green+Blue) = 202+197+253=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5FD is #353A02. Grayscale: #CCCCCC. Windows color (decimal): -3488259 or 16631242. OLE color: 16631242.
HSL color Cylindrical-coordinate representation of color #CAC5FD: hue angle of 245.36º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC5FD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 197 | 253 | - |
CMYK | 0.20 | 0.22 | 0 | 0.01 |
HSL | 245.36º | 0.93% | 0.88% | - |
HSV(B) | 245.36º | 0.22% | 0.99% | - |
XYZ | 62.05 | 59.58 | 101.16 | - |
YUV | 204.88 | 155.16 | 125.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 197 | 253 | 0.20 | 0.22 | 0 | 0.01 | 245.36 | 0.93 | 0.88 |
Hex | CA | C5 | FD | 14 | 16 | 0 | 1 | F5 | 5D | 58 |
Octal | 312 | 305 | 375 | 24 | 26 | 0 | 1 | 365 | 135 | 130 |
Binary | 11001010 | 11000101 | 11111101 | 10100 | 10110 | 0 | 1 | 11110101 | 1011101 | 1011000 |
Color Harmonies of #CAC5FD
Complementary color
Monochromatic Colors of #CAC5FD
Black with #CAC5FD
Text Example
Text Example
White with #CAC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5FD; }
p { color: rgb(202,197,253); }
H1.HeaderClassName
{
color: #CAC5FD;
}
.AnyTagClassName
{
color: #CAC5FD;
}
</style>
background-color css
<style>
a { background-color: #CAC5FD; }
a { background-color: rgb(202,197,253); }
div.DivClassName
{
background-color: #CAC5FD;
}
.BgClassName
{
background-color: #CAC5FD;
}
</style>
border-color css
<style>
span { border-color: #CAC5FD; }
span { border-color: rgb(202,197,253); }
td.TdClassName
{
border-color: #CAC5FD;
}
.TagClassName
{
border-color: #CAC5FD;
}
</style>