#C2C3E4

Color #C2C3E4 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #C2C3E4

Tints of Lavender Grey #C2C3E4

Color information

#C2C3E4 (or 0xC2C3E4) is unknown color: approx Lavender Grey. HEX triplet: C2, C3 and E4. RGB value is (194,195,228). Sum of RGB (Red+Green+Blue) = 194+195+228=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 228 - color contains mainly: blue. Hex color #C2C3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C3E4 is #3D3C1B. Grayscale: #C6C6C6. Windows color (decimal): -4013084 or 14992322. OLE color: 14992322.

HSL color Cylindrical-coordinate representation of color #C2C3E4: hue angle of 238.24º degrees, saturation: 0.39, 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 #C2C3E4 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB194195228-
CMYK0.150.1400.11
HSL238.24º38.64%82.75%-
HSV(B)238.24º14.91%89.41%-
XYZ55.7756.181.29-
YUV198.46144.67124.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 31.44%
GREEN value IS 195 (76.56% from 255) = 31.60%
BLUE value IS 228 (89.45% from 255) = 36.95%
R=31.44%
G=31.60%
B=36.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1941952280.150.1400.11238.2438.6482.75
HexC2C3E4FE0Bee2753
Octal302303344171601335647123
Binary1100001011000011111001001111111001011111011101001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C3E4; }

 p { color: rgb(194,195,228); }

 H1.HeaderClassName
 {
   color: #C2C3E4;
 }
 .AnyTagClassName
 {
   color: #C2C3E4;
 }
</style>
background-color css

<style>
 a { background-color: #C2C3E4; }

 a { background-color: rgb(194,195,228); }

 div.DivClassName
 {
   background-color: #C2C3E4;
 }
 .BgClassName
 {
   background-color: #C2C3E4;
 }
</style>
border-color css

<style>
 span { border-color: #C2C3E4; }

 span { border-color: rgb(194,195,228); }

 td.TdClassName
 {
   border-color: #C2C3E4;
 }
 .TagClassName
 {
   border-color: #C2C3E4;
 }
</style>