#E4D2EF

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

Shades of Blue Chalk #E4D2EF

Tints of Blue Chalk #E4D2EF

Color information

#E4D2EF (or 0xE4D2EF) is unknown color: approx Blue Chalk. HEX triplet: E4, D2 and EF. RGB value is (228,210,239). Sum of RGB (Red+Green+Blue) = 228+210+239=677 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.68% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4D2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D2EF is #1B2D10. Grayscale: #DADADA. Windows color (decimal): -1781009 or 15717092. OLE color: 15717092.

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

Color convert

RGB228210239-
CMYK0.050.1200.06
HSL277.24º47.54%88.04%-
HSV(B)277.24º12.13%93.73%-
XYZ70.6268.8291.22-
YUV218.69139.46134.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.68%
GREEN value IS 210 (82.42% from 255) = 31.02%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=33.68%
G=31.02%
B=35.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2282102390.050.1200.06277.2447.5488.04
HexE4D2EF5C061153058
Octal3443223575140642560130
Binary111001001101001011101111101110001101000101011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D2EF; }

 p { color: rgb(228,210,239); }

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

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

 a { background-color: rgb(228,210,239); }

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

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

 span { border-color: rgb(228,210,239); }

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