Shades of Lavender Blue #CACFFF
Tints of Lavender Blue #CACFFF
RGB
CMYK
RGB Variations
Color information
#CACFFF (or 0xCACFFF) is known color: Lavender Blue. HEX triplet: CA, CF and FF. RGB value is (202,207,255). Sum of RGB (Red+Green+Blue) = 202+207+255=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #CACFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFFF is #353000. Grayscale: #D2D2D2. Windows color (decimal): -3485697 or 16764874. OLE color: 16764874.
HSL color Cylindrical-coordinate representation of color #CACFFF: hue angle of 234.34º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CACFFF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 207 | 255 | - |
| CMYK | 0.21 | 0.19 | 0 | 0 |
| HSL | 234.34º | 1% | 0.9% | - |
| HSV(B) | 234.34º | 0.21% | 1% | - |
| XYZ | 64.72 | 64.4 | 103.63 | - |
| YUV | 210.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 255 | 0.21 | 0.19 | 0 | 0 | 234.34 | 1 | 0.9 |
| Hex | CA | CF | FF | 15 | 13 | 0 | 0 | EA | 64 | 5A |
| Octal | 312 | 317 | 377 | 25 | 23 | 0 | 0 | 352 | 144 | 132 |
| Binary | 11001010 | 11001111 | 11111111 | 10101 | 10011 | 0 | 0 | 11101010 | 1100100 | 1011010 |
Color Harmonies of #CACFFF
Complementary color
Monochromatic Colors of #CACFFF
Black with #CACFFF
Text Example
Text Example
White with #CACFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFFF; }
p { color: rgb(202,207,255); }
H1.HeaderClassName
{
color: #CACFFF;
}
.AnyTagClassName
{
color: #CACFFF;
}
</style>
background-color css
<style>
a { background-color: #CACFFF; }
a { background-color: rgb(202,207,255); }
div.DivClassName
{
background-color: #CACFFF;
}
.BgClassName
{
background-color: #CACFFF;
}
</style>
border-color css
<style>
span { border-color: #CACFFF; }
span { border-color: rgb(202,207,255); }
td.TdClassName
{
border-color: #CACFFF;
}
.TagClassName
{
border-color: #CACFFF;
}
</style>