Shades of Lavender Grey #C1C2E2
Tints of Lavender Grey #C1C2E2
RGB
CMYK
RGB Variations
Color information
#C1C2E2 (or 0xC1C2E2) is known color: Lavender Grey. HEX triplet: C1, C2 and E2. RGB value is (193,194,226). Sum of RGB (Red+Green+Blue) = 193+194+226=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 226 - color contains mainly: blue. Hex color #C1C2E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C2E2 is #3E3D1D. Grayscale: #C5C5C5. Windows color (decimal): -4078878 or 14860993. OLE color: 14860993.
HSL color Cylindrical-coordinate representation of color #C1C2E2: hue angle of 238.18º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1C2E2 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 194 | 226 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.11 |
| HSL | 238.18º | 0.36% | 0.82% | - |
| HSV(B) | 238.18º | 0.15% | 0.89% | - |
| XYZ | 55.01 | 55.41 | 79.75 | - |
| YUV | 197.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 226 | 0.15 | 0.14 | 0 | 0.11 | 238.18 | 0.36 | 0.82 |
| Hex | C1 | C2 | E2 | F | E | 0 | B | EE | 24 | 52 |
| Octal | 301 | 302 | 342 | 17 | 16 | 0 | 13 | 356 | 44 | 122 |
| Binary | 11000001 | 11000010 | 11100010 | 1111 | 1110 | 0 | 1011 | 11101110 | 100100 | 1010010 |
Color Harmonies of #C1C2E2
Complementary color
Monochromatic Colors of #C1C2E2
Black with #C1C2E2
Text Example
Text Example
White with #C1C2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C2E2; }
p { color: rgb(193,194,226); }
H1.HeaderClassName
{
color: #C1C2E2;
}
.AnyTagClassName
{
color: #C1C2E2;
}
</style>
background-color css
<style>
a { background-color: #C1C2E2; }
a { background-color: rgb(193,194,226); }
div.DivClassName
{
background-color: #C1C2E2;
}
.BgClassName
{
background-color: #C1C2E2;
}
</style>
border-color css
<style>
span { border-color: #C1C2E2; }
span { border-color: rgb(193,194,226); }
td.TdClassName
{
border-color: #C1C2E2;
}
.TagClassName
{
border-color: #C1C2E2;
}
</style>