Shades of Lavender Grey #C2C3E3
Tints of Lavender Grey #C2C3E3
RGB
CMYK
RGB Variations
Color information
#C2C3E3 (or 0xC2C3E3) is known color: Lavender Grey. HEX triplet: C2, C3 and E3. RGB value is (194,195,227). Sum of RGB (Red+Green+Blue) = 194+195+227=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #C2C3E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C3E3 is #3D3C1C. Grayscale: #C6C6C6. Windows color (decimal): -4013085 or 14926786. OLE color: 14926786.
HSL color Cylindrical-coordinate representation of color #C2C3E3: hue angle of 238.18º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2C3E3 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 194 | 195 | 227 | - |
CMYK | 0.15 | 0.14 | 0 | 0.11 |
HSL | 238.18º | 0.37% | 0.83% | - |
HSV(B) | 238.18º | 0.15% | 0.89% | - |
XYZ | 55.63 | 56.05 | 80.56 | - |
YUV | 198.35 | 144.17 | 124.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 195 | 227 | 0.15 | 0.14 | 0 | 0.11 | 238.18 | 0.37 | 0.83 |
Hex | C2 | C3 | E3 | F | E | 0 | B | EE | 25 | 53 |
Octal | 302 | 303 | 343 | 17 | 16 | 0 | 13 | 356 | 45 | 123 |
Binary | 11000010 | 11000011 | 11100011 | 1111 | 1110 | 0 | 1011 | 11101110 | 100101 | 1010011 |
Color Harmonies of #C2C3E3
Complementary color
Monochromatic Colors of #C2C3E3
Black with #C2C3E3
Text Example
Text Example
White with #C2C3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C3E3; }
p { color: rgb(194,195,227); }
H1.HeaderClassName
{
color: #C2C3E3;
}
.AnyTagClassName
{
color: #C2C3E3;
}
</style>
background-color css
<style>
a { background-color: #C2C3E3; }
a { background-color: rgb(194,195,227); }
div.DivClassName
{
background-color: #C2C3E3;
}
.BgClassName
{
background-color: #C2C3E3;
}
</style>
border-color css
<style>
span { border-color: #C2C3E3; }
span { border-color: rgb(194,195,227); }
td.TdClassName
{
border-color: #C2C3E3;
}
.TagClassName
{
border-color: #C2C3E3;
}
</style>