Shades of Lavender Grey #C1C2DE
Tints of Lavender Grey #C1C2DE
RGB
CMYK
RGB Variations
Color information
#C1C2DE (or 0xC1C2DE) is known color: Lavender Grey. HEX triplet: C1, C2 and DE. RGB value is (193,194,222). Sum of RGB (Red+Green+Blue) = 193+194+222=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1C2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C2DE is #3E3D21. Grayscale: #C4C4C4. Windows color (decimal): -4078882 or 14598849. OLE color: 14598849.
HSL color Cylindrical-coordinate representation of color #C1C2DE: hue angle of 237.93º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1C2DE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 194 | 222 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.13 |
| HSL | 237.93º | 0.31% | 0.81% | - |
| HSV(B) | 237.93º | 0.13% | 0.87% | - |
| XYZ | 54.47 | 55.19 | 76.89 | - |
| YUV | 196.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 222 | 0.13 | 0.13 | 0 | 0.13 | 237.93 | 0.31 | 0.81 |
| Hex | C1 | C2 | DE | D | D | 0 | D | EE | 1F | 51 |
| Octal | 301 | 302 | 336 | 15 | 15 | 0 | 15 | 356 | 37 | 121 |
| Binary | 11000001 | 11000010 | 11011110 | 1101 | 1101 | 0 | 1101 | 11101110 | 11111 | 1010001 |
Color Harmonies of #C1C2DE
Complementary color
Monochromatic Colors of #C1C2DE
Black with #C1C2DE
Text Example
Text Example
White with #C1C2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C2DE; }
p { color: rgb(193,194,222); }
H1.HeaderClassName
{
color: #C1C2DE;
}
.AnyTagClassName
{
color: #C1C2DE;
}
</style>
background-color css
<style>
a { background-color: #C1C2DE; }
a { background-color: rgb(193,194,222); }
div.DivClassName
{
background-color: #C1C2DE;
}
.BgClassName
{
background-color: #C1C2DE;
}
</style>
border-color css
<style>
span { border-color: #C1C2DE; }
span { border-color: rgb(193,194,222); }
td.TdClassName
{
border-color: #C1C2DE;
}
.TagClassName
{
border-color: #C1C2DE;
}
</style>