Shades of Lavender Blue #CACFFC
Tints of Lavender Blue #CACFFC
RGB
CMYK
RGB Variations
Color information
#CACFFC (or 0xCACFFC) is known color: Lavender Blue. HEX triplet: CA, CF and FC. RGB value is (202,207,252). Sum of RGB (Red+Green+Blue) = 202+207+252=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #CACFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFFC is #353003. Grayscale: #D2D2D2. Windows color (decimal): -3485700 or 16568266. OLE color: 16568266.
HSL color Cylindrical-coordinate representation of color #CACFFC: hue angle of 234º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACFFC is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 207 | 252 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.01 |
| HSL | 234º | 0.89% | 0.89% | - |
| HSV(B) | 234º | 0.2% | 0.99% | - |
| XYZ | 64.24 | 64.21 | 101.1 | - |
| YUV | 210.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 252 | 0.20 | 0.18 | 0 | 0.01 | 234 | 0.89 | 0.89 |
| Hex | CA | CF | FC | 14 | 12 | 0 | 1 | EA | 59 | 59 |
| Octal | 312 | 317 | 374 | 24 | 22 | 0 | 1 | 352 | 131 | 131 |
| Binary | 11001010 | 11001111 | 11111100 | 10100 | 10010 | 0 | 1 | 11101010 | 1011001 | 1011001 |
Color Harmonies of #CACFFC
Complementary color
Monochromatic Colors of #CACFFC
Black with #CACFFC
Text Example
Text Example
White with #CACFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFFC; }
p { color: rgb(202,207,252); }
H1.HeaderClassName
{
color: #CACFFC;
}
.AnyTagClassName
{
color: #CACFFC;
}
</style>
background-color css
<style>
a { background-color: #CACFFC; }
a { background-color: rgb(202,207,252); }
div.DivClassName
{
background-color: #CACFFC;
}
.BgClassName
{
background-color: #CACFFC;
}
</style>
border-color css
<style>
span { border-color: #CACFFC; }
span { border-color: rgb(202,207,252); }
td.TdClassName
{
border-color: #CACFFC;
}
.TagClassName
{
border-color: #CACFFC;
}
</style>