#E5D6EA

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

Shades of Blue Chalk #E5D6EA

Tints of Blue Chalk #E5D6EA

Color information

#E5D6EA (or 0xE5D6EA) is unknown color: approx Blue Chalk. HEX triplet: E5, D6 and EA. RGB value is (229,214,234). Sum of RGB (Red+Green+Blue) = 229+214+234=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 214 (83.98% from 255 or 31.61% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5D6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D6EA is #1A2915. Grayscale: #DCDCDC. Windows color (decimal): -1714454 or 15390437. OLE color: 15390437.

HSL color Cylindrical-coordinate representation of color #E5D6EA: hue angle of 285º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5D6EA is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229214234-
CMYK0.020.0900.08
HSL285º32.26%87.84%-
HSV(B)285º8.55%91.76%-
XYZ71.2170.6987.73-
YUV220.76135.47133.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.83%
GREEN value IS 214 (83.98% from 255) = 31.61%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=33.83%
G=31.61%
B=34.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292142340.020.0900.0828532.2687.84
HexE5D6EA290811d2058
Octal34532635221101043540130
Binary111001011101011011101010101001010001000111011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D6EA; }

 p { color: rgb(229,214,234); }

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

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

 a { background-color: rgb(229,214,234); }

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

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

 span { border-color: rgb(229,214,234); }

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