Shades of Lavender Blue #CACFF4
Tints of Lavender Blue #CACFF4
RGB
CMYK
RGB Variations
Color information
#CACFF4 (or 0xCACFF4) is known color: Lavender Blue. HEX triplet: CA, CF and F4. RGB value is (202,207,244). Sum of RGB (Red+Green+Blue) = 202+207+244=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #CACFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFF4 is #35300B. Grayscale: #D1D1D1. Windows color (decimal): -3485708 or 16043978. OLE color: 16043978.
HSL color Cylindrical-coordinate representation of color #CACFF4: hue angle of 232.86º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CACFF4 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 207 | 244 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.04 |
| HSL | 232.86º | 0.66% | 0.87% | - |
| HSV(B) | 232.86º | 0.17% | 0.96% | - |
| XYZ | 63 | 63.71 | 94.57 | - |
| YUV | 209.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 244 | 0.17 | 0.15 | 0 | 0.04 | 232.86 | 0.66 | 0.87 |
| Hex | CA | CF | F4 | 11 | F | 0 | 4 | E9 | 42 | 57 |
| Octal | 312 | 317 | 364 | 21 | 17 | 0 | 4 | 351 | 102 | 127 |
| Binary | 11001010 | 11001111 | 11110100 | 10001 | 1111 | 0 | 100 | 11101001 | 1000010 | 1010111 |
Color Harmonies of #CACFF4
Complementary color
Monochromatic Colors of #CACFF4
Black with #CACFF4
Text Example
Text Example
White with #CACFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFF4; }
p { color: rgb(202,207,244); }
H1.HeaderClassName
{
color: #CACFF4;
}
.AnyTagClassName
{
color: #CACFF4;
}
</style>
background-color css
<style>
a { background-color: #CACFF4; }
a { background-color: rgb(202,207,244); }
div.DivClassName
{
background-color: #CACFF4;
}
.BgClassName
{
background-color: #CACFF4;
}
</style>
border-color css
<style>
span { border-color: #CACFF4; }
span { border-color: rgb(202,207,244); }
td.TdClassName
{
border-color: #CACFF4;
}
.TagClassName
{
border-color: #CACFF4;
}
</style>