Shades of Lavender Blue #CACDF6
Tints of Lavender Blue #CACDF6
RGB
CMYK
RGB Variations
Color information
#CACDF6 (or 0xCACDF6) is known color: Lavender Blue. HEX triplet: CA, CD and F6. RGB value is (202,205,246). Sum of RGB (Red+Green+Blue) = 202+205+246=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #CACDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDF6 is #353209. Grayscale: #D0D0D0. Windows color (decimal): -3486218 or 16174538. OLE color: 16174538.
HSL color Cylindrical-coordinate representation of color #CACDF6: hue angle of 235.91º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CACDF6 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 205 | 246 | - |
CMYK | 0.18 | 0.17 | 0 | 0.04 |
HSL | 235.91º | 0.71% | 0.88% | - |
HSV(B) | 235.91º | 0.18% | 0.96% | - |
XYZ | 62.82 | 62.87 | 96.01 | - |
YUV | 208.78 | 149.01 | 123.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 246 | 0.18 | 0.17 | 0 | 0.04 | 235.91 | 0.71 | 0.88 |
Hex | CA | CD | F6 | 12 | 11 | 0 | 4 | EC | 47 | 58 |
Octal | 312 | 315 | 366 | 22 | 21 | 0 | 4 | 354 | 107 | 130 |
Binary | 11001010 | 11001101 | 11110110 | 10010 | 10001 | 0 | 100 | 11101100 | 1000111 | 1011000 |
Color Harmonies of #CACDF6
Complementary color
Monochromatic Colors of #CACDF6
Black with #CACDF6
Text Example
Text Example
White with #CACDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDF6; }
p { color: rgb(202,205,246); }
H1.HeaderClassName
{
color: #CACDF6;
}
.AnyTagClassName
{
color: #CACDF6;
}
</style>
background-color css
<style>
a { background-color: #CACDF6; }
a { background-color: rgb(202,205,246); }
div.DivClassName
{
background-color: #CACDF6;
}
.BgClassName
{
background-color: #CACDF6;
}
</style>
border-color css
<style>
span { border-color: #CACDF6; }
span { border-color: rgb(202,205,246); }
td.TdClassName
{
border-color: #CACDF6;
}
.TagClassName
{
border-color: #CACDF6;
}
</style>