#E4C2ED

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

Shades of Blue Chalk #E4C2ED

Tints of Blue Chalk #E4C2ED

Color information

#E4C2ED (or 0xE4C2ED) is unknown color: approx Blue Chalk. HEX triplet: E4, C2 and ED. RGB value is (228,194,237). Sum of RGB (Red+Green+Blue) = 228+194+237=659 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.60% from 659); Green value is 194 (76.17% from 255 or 29.44% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4C2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C2ED is #1B3D12. Grayscale: #D0D0D0. Windows color (decimal): -1785107 or 15581924. OLE color: 15581924.

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

Color convert

RGB228194237-
CMYK0.040.1800.07
HSL287.44º54.43%84.51%-
HSV(B)287.44º18.14%92.94%-
XYZ66.5761.1988.42-
YUV209.07143.76141.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.60%
GREEN value IS 194 (76.17% from 255) = 29.44%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=34.60%
G=29.44%
B=35.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281942370.040.1800.07287.4454.4384.51
HexE4C2ED4120711f3655
Octal3443023554220743766125
Binary1110010011000010111011011001001001111000111111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C2ED; }

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

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

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

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

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

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

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

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