Shades of Lavender Blue #C1C2EF
Tints of Lavender Blue #C1C2EF
RGB
CMYK
RGB Variations
Color information
#C1C2EF (or 0xC1C2EF) is known color: Lavender Blue. HEX triplet: C1, C2 and EF. RGB value is (193,194,239). Sum of RGB (Red+Green+Blue) = 193+194+239=626 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.83% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1C2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C2EF is #3E3D10. Grayscale: #C6C6C6. Windows color (decimal): -4078865 or 15712961. OLE color: 15712961.
HSL color Cylindrical-coordinate representation of color #C1C2EF: hue angle of 238.7º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1C2EF is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 194 | 239 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.06 |
| HSL | 238.7º | 0.59% | 0.85% | - |
| HSV(B) | 238.7º | 0.19% | 0.94% | - |
| XYZ | 56.86 | 56.15 | 89.5 | - |
| YUV | 198.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 239 | 0.19 | 0.19 | 0 | 0.06 | 238.7 | 0.59 | 0.85 |
| Hex | C1 | C2 | EF | 13 | 13 | 0 | 6 | EF | 3B | 55 |
| Octal | 301 | 302 | 357 | 23 | 23 | 0 | 6 | 357 | 73 | 125 |
| Binary | 11000001 | 11000010 | 11101111 | 10011 | 10011 | 0 | 110 | 11101111 | 111011 | 1010101 |
Color Harmonies of #C1C2EF
Complementary color
Monochromatic Colors of #C1C2EF
Black with #C1C2EF
Text Example
Text Example
White with #C1C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C2EF; }
p { color: rgb(193,194,239); }
H1.HeaderClassName
{
color: #C1C2EF;
}
.AnyTagClassName
{
color: #C1C2EF;
}
</style>
background-color css
<style>
a { background-color: #C1C2EF; }
a { background-color: rgb(193,194,239); }
div.DivClassName
{
background-color: #C1C2EF;
}
.BgClassName
{
background-color: #C1C2EF;
}
</style>
border-color css
<style>
span { border-color: #C1C2EF; }
span { border-color: rgb(193,194,239); }
td.TdClassName
{
border-color: #C1C2EF;
}
.TagClassName
{
border-color: #C1C2EF;
}
</style>