#E2C1EE

Color #E2C1EE Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #E2C1EE

Tints of Blue Chalk #E2C1EE

Color information

#E2C1EE (or 0xE2C1EE) is unknown color: approx Blue Chalk. HEX triplet: E2, C1 and EE. RGB value is (226,193,238). Sum of RGB (Red+Green+Blue) = 226+193+238=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 193 (75.78% from 255 or 29.38% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2C1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C1EE is #1D3E11. Grayscale: #CFCFCF. Windows color (decimal): -1916434 or 15647202. OLE color: 15647202.

HSL color Cylindrical-coordinate representation of color #E2C1EE: hue angle of 284º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2C1EE is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226193238-
CMYK0.050.1900.07
HSL284º56.96%84.51%-
HSV(B)284º18.91%93.33%-
XYZ65.8760.4889.09-
YUV208144.93140.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.40%
GREEN value IS 193 (75.78% from 255) = 29.38%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=34.40%
G=29.38%
B=36.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261932380.050.1900.0728456.9684.51
HexE2C1EE5130711c3955
Octal3423013565230743471125
Binary1110001011000001111011101011001101111000111001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C1EE; }

 p { color: rgb(226,193,238); }

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

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

 a { background-color: rgb(226,193,238); }

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

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

 span { border-color: rgb(226,193,238); }

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