Shades of Lavender Blue #C1C2ED
Tints of Lavender Blue #C1C2ED
RGB
CMYK
RGB Variations
Color information
#C1C2ED (or 0xC1C2ED) is known color: Lavender Blue. HEX triplet: C1, C2 and ED. RGB value is (193,194,237). Sum of RGB (Red+Green+Blue) = 193+194+237=624 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.93% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1C2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C2ED is #3E3D12. Grayscale: #C6C6C6. Windows color (decimal): -4078867 or 15581889. OLE color: 15581889.
HSL color Cylindrical-coordinate representation of color #C1C2ED: hue angle of 238.64º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1C2ED is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 194 | 237 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.07 |
| HSL | 238.64º | 0.55% | 0.84% | - |
| HSV(B) | 238.64º | 0.19% | 0.93% | - |
| XYZ | 56.57 | 56.04 | 87.96 | - |
| YUV | 198.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 237 | 0.19 | 0.18 | 0 | 0.07 | 238.64 | 0.55 | 0.84 |
| Hex | C1 | C2 | ED | 13 | 12 | 0 | 7 | EF | 37 | 54 |
| Octal | 301 | 302 | 355 | 23 | 22 | 0 | 7 | 357 | 67 | 124 |
| Binary | 11000001 | 11000010 | 11101101 | 10011 | 10010 | 0 | 111 | 11101111 | 110111 | 1010100 |
Color Harmonies of #C1C2ED
Complementary color
Monochromatic Colors of #C1C2ED
Black with #C1C2ED
Text Example
Text Example
White with #C1C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C2ED; }
p { color: rgb(193,194,237); }
H1.HeaderClassName
{
color: #C1C2ED;
}
.AnyTagClassName
{
color: #C1C2ED;
}
</style>
background-color css
<style>
a { background-color: #C1C2ED; }
a { background-color: rgb(193,194,237); }
div.DivClassName
{
background-color: #C1C2ED;
}
.BgClassName
{
background-color: #C1C2ED;
}
</style>
border-color css
<style>
span { border-color: #C1C2ED; }
span { border-color: rgb(193,194,237); }
td.TdClassName
{
border-color: #C1C2ED;
}
.TagClassName
{
border-color: #C1C2ED;
}
</style>