#E4D5ED

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

Shades of Blue Chalk #E4D5ED

Tints of Blue Chalk #E4D5ED

Color information

#E4D5ED (or 0xE4D5ED) is unknown color: approx Blue Chalk. HEX triplet: E4, D5 and ED. RGB value is (228,213,237). Sum of RGB (Red+Green+Blue) = 228+213+237=678 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.63% from 678); Green value is 213 (83.59% from 255 or 31.42% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4D5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D5ED is #1B2A12. Grayscale: #DCDCDC. Windows color (decimal): -1780243 or 15586788. OLE color: 15586788.

HSL color Cylindrical-coordinate representation of color #E4D5ED: hue angle of 277.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4D5ED is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228213237-
CMYK0.040.1000.07
HSL277.5º40%88.24%-
HSV(B)277.5º10.13%92.94%-
XYZ71.0870.289.92-
YUV220.22137.47133.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.63%
GREEN value IS 213 (83.59% from 255) = 31.42%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=33.63%
G=31.42%
B=34.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282132370.040.1000.07277.54088.24
HexE4D5ED4A071162858
Octal3443253554120742650130
Binary111001001101010111101101100101001111000101101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D5ED; }

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

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

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

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

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

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

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

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