Shades of Lavender Blue #CAC6FD
Tints of Lavender Blue #CAC6FD
RGB
CMYK
RGB Variations
Color information
#CAC6FD (or 0xCAC6FD) is known color: Lavender Blue. HEX triplet: CA, C6 and FD. RGB value is (202,198,253). Sum of RGB (Red+Green+Blue) = 202+198+253=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAC6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC6FD is #353902. Grayscale: #CDCDCD. Windows color (decimal): -3488003 or 16631498. OLE color: 16631498.
HSL color Cylindrical-coordinate representation of color #CAC6FD: hue angle of 244.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 #CAC6FD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 198 | 253 | - |
CMYK | 0.20 | 0.22 | 0 | 0.01 |
HSL | 244.36º | 0.93% | 0.88% | - |
HSV(B) | 244.36º | 0.22% | 0.99% | - |
XYZ | 62.28 | 60.04 | 101.23 | - |
YUV | 205.47 | 154.83 | 125.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 198 | 253 | 0.20 | 0.22 | 0 | 0.01 | 244.36 | 0.93 | 0.88 |
Hex | CA | C6 | FD | 14 | 16 | 0 | 1 | F4 | 5D | 58 |
Octal | 312 | 306 | 375 | 24 | 26 | 0 | 1 | 364 | 135 | 130 |
Binary | 11001010 | 11000110 | 11111101 | 10100 | 10110 | 0 | 1 | 11110100 | 1011101 | 1011000 |
Color Harmonies of #CAC6FD
Complementary color
Monochromatic Colors of #CAC6FD
Black with #CAC6FD
Text Example
Text Example
White with #CAC6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6FD; }
p { color: rgb(202,198,253); }
H1.HeaderClassName
{
color: #CAC6FD;
}
.AnyTagClassName
{
color: #CAC6FD;
}
</style>
background-color css
<style>
a { background-color: #CAC6FD; }
a { background-color: rgb(202,198,253); }
div.DivClassName
{
background-color: #CAC6FD;
}
.BgClassName
{
background-color: #CAC6FD;
}
</style>
border-color css
<style>
span { border-color: #CAC6FD; }
span { border-color: rgb(202,198,253); }
td.TdClassName
{
border-color: #CAC6FD;
}
.TagClassName
{
border-color: #CAC6FD;
}
</style>