Shades of Lavender Blue #C1CAFF
Tints of Lavender Blue #C1CAFF
RGB
CMYK
RGB Variations
Color information
#C1CAFF (or 0xC1CAFF) is known color: Lavender Blue. HEX triplet: C1, CA and FF. RGB value is (193,202,255). Sum of RGB (Red+Green+Blue) = 193+202+255=650 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.69% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CAFF is #3E3500. Grayscale: #CDCDCD. Windows color (decimal): -4076801 or 16763585. OLE color: 16763585.
HSL color Cylindrical-coordinate representation of color #C1CAFF: hue angle of 231.29º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1CAFF is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 202 | 255 | - |
| CMYK | 0.24 | 0.21 | 0 | 0 |
| HSL | 231.29º | 1% | 0.88% | - |
| HSV(B) | 231.29º | 0.24% | 1% | - |
| XYZ | 61.16 | 60.8 | 103.12 | - |
| YUV | 205.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 255 | 0.24 | 0.21 | 0 | 0 | 231.29 | 1 | 0.88 |
| Hex | C1 | CA | FF | 18 | 15 | 0 | 0 | E7 | 64 | 58 |
| Octal | 301 | 312 | 377 | 30 | 25 | 0 | 0 | 347 | 144 | 130 |
| Binary | 11000001 | 11001010 | 11111111 | 11000 | 10101 | 0 | 0 | 11100111 | 1100100 | 1011000 |
Color Harmonies of #C1CAFF
Complementary color
Monochromatic Colors of #C1CAFF
Black with #C1CAFF
Text Example
Text Example
White with #C1CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CAFF; }
p { color: rgb(193,202,255); }
H1.HeaderClassName
{
color: #C1CAFF;
}
.AnyTagClassName
{
color: #C1CAFF;
}
</style>
background-color css
<style>
a { background-color: #C1CAFF; }
a { background-color: rgb(193,202,255); }
div.DivClassName
{
background-color: #C1CAFF;
}
.BgClassName
{
background-color: #C1CAFF;
}
</style>
border-color css
<style>
span { border-color: #C1CAFF; }
span { border-color: rgb(193,202,255); }
td.TdClassName
{
border-color: #C1CAFF;
}
.TagClassName
{
border-color: #C1CAFF;
}
</style>