Shades of Lavender Blue #CACDF8
Tints of Lavender Blue #CACDF8
RGB
CMYK
RGB Variations
Color information
#CACDF8 (or 0xCACDF8) is known color: Lavender Blue. HEX triplet: CA, CD and F8. RGB value is (202,205,248). Sum of RGB (Red+Green+Blue) = 202+205+248=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #CACDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDF8 is #353207. Grayscale: #D0D0D0. Windows color (decimal): -3486216 or 16305610. OLE color: 16305610.
HSL color Cylindrical-coordinate representation of color #CACDF8: hue angle of 236.09º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CACDF8 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 205 | 248 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.03 |
| HSL | 236.09º | 0.77% | 0.88% | - |
| HSV(B) | 236.09º | 0.19% | 0.97% | - |
| XYZ | 63.13 | 63 | 97.64 | - |
| YUV | 209.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 248 | 0.19 | 0.17 | 0 | 0.03 | 236.09 | 0.77 | 0.88 |
| Hex | CA | CD | F8 | 13 | 11 | 0 | 3 | EC | 4D | 58 |
| Octal | 312 | 315 | 370 | 23 | 21 | 0 | 3 | 354 | 115 | 130 |
| Binary | 11001010 | 11001101 | 11111000 | 10011 | 10001 | 0 | 11 | 11101100 | 1001101 | 1011000 |
Color Harmonies of #CACDF8
Complementary color
Monochromatic Colors of #CACDF8
Black with #CACDF8
Text Example
Text Example
White with #CACDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDF8; }
p { color: rgb(202,205,248); }
H1.HeaderClassName
{
color: #CACDF8;
}
.AnyTagClassName
{
color: #CACDF8;
}
</style>
background-color css
<style>
a { background-color: #CACDF8; }
a { background-color: rgb(202,205,248); }
div.DivClassName
{
background-color: #CACDF8;
}
.BgClassName
{
background-color: #CACDF8;
}
</style>
border-color css
<style>
span { border-color: #CACDF8; }
span { border-color: rgb(202,205,248); }
td.TdClassName
{
border-color: #CACDF8;
}
.TagClassName
{
border-color: #CACDF8;
}
</style>