#E2C8EF

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

Shades of Blue Chalk #E2C8EF

Tints of Blue Chalk #E2C8EF

Color information

#E2C8EF (or 0xE2C8EF) is unknown color: approx Blue Chalk. HEX triplet: E2, C8 and EF. RGB value is (226,200,239). Sum of RGB (Red+Green+Blue) = 226+200+239=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C8EF is #1D3710. Grayscale: #D4D4D4. Windows color (decimal): -1914641 or 15714530. OLE color: 15714530.

HSL color Cylindrical-coordinate representation of color #E2C8EF: hue angle of 280º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2C8EF is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226200239-
CMYK0.050.1600.06
HSL280º54.93%86.08%-
HSV(B)280º16.32%93.73%-
XYZ67.663.7190.4-
YUV212.22143.11137.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.98%
GREEN value IS 200 (78.52% from 255) = 30.08%
BLUE value IS 239 (93.75% from 255) = 35.94%
R=33.98%
G=30.08%
B=35.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262002390.050.1600.0628054.9386.08
HexE2C8EF510061183756
Octal3423103575200643067126
Binary1110001011001000111011111011000001101000110001101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C8EF; }

 p { color: rgb(226,200,239); }

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

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

 a { background-color: rgb(226,200,239); }

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

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

 span { border-color: rgb(226,200,239); }

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