Shades of Lavender Blue #CACFFE
Tints of Lavender Blue #CACFFE
RGB
CMYK
RGB Variations
Color information
#CACFFE (or 0xCACFFE) is known color: Lavender Blue. HEX triplet: CA, CF and FE. RGB value is (202,207,254). Sum of RGB (Red+Green+Blue) = 202+207+254=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #CACFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFFE is #353001. Grayscale: #D2D2D2. Windows color (decimal): -3485698 or 16699338. OLE color: 16699338.
HSL color Cylindrical-coordinate representation of color #CACFFE: hue angle of 234.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACFFE is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 207 | 254 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.00 |
| HSL | 234.23º | 0.96% | 0.89% | - |
| HSV(B) | 234.23º | 0.2% | 1% | - |
| XYZ | 64.56 | 64.34 | 102.78 | - |
| YUV | 210.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 254 | 0.20 | 0.19 | 0 | 0.00 | 234.23 | 0.96 | 0.89 |
| Hex | CA | CF | FE | 14 | 13 | 0 | 0 | EA | 60 | 59 |
| Octal | 312 | 317 | 376 | 24 | 23 | 0 | 0 | 352 | 140 | 131 |
| Binary | 11001010 | 11001111 | 11111110 | 10100 | 10011 | 0 | 0 | 11101010 | 1100000 | 1011001 |
Color Harmonies of #CACFFE
Complementary color
Monochromatic Colors of #CACFFE
Black with #CACFFE
Text Example
Text Example
White with #CACFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFFE; }
p { color: rgb(202,207,254); }
H1.HeaderClassName
{
color: #CACFFE;
}
.AnyTagClassName
{
color: #CACFFE;
}
</style>
background-color css
<style>
a { background-color: #CACFFE; }
a { background-color: rgb(202,207,254); }
div.DivClassName
{
background-color: #CACFFE;
}
.BgClassName
{
background-color: #CACFFE;
}
</style>
border-color css
<style>
span { border-color: #CACFFE; }
span { border-color: rgb(202,207,254); }
td.TdClassName
{
border-color: #CACFFE;
}
.TagClassName
{
border-color: #CACFFE;
}
</style>