#E4DAE9

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

Shades of Blue Chalk #E4DAE9

Tints of Blue Chalk #E4DAE9

Color information

#E4DAE9 (or 0xE4DAE9) is unknown color: approx Blue Chalk. HEX triplet: E4, DA and E9. RGB value is (228,218,233). Sum of RGB (Red+Green+Blue) = 228+218+233=679 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.58% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 233 - color contains mainly: blue. Hex color #E4DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DAE9 is #1B2516. Grayscale: #DEDEDE. Windows color (decimal): -1778967 or 15325924. OLE color: 15325924.

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

Color convert

RGB228218233-
CMYK0.020.0600.09
HSL280º25.42%88.43%-
HSV(B)280º6.44%91.37%-
XYZ71.7772.5287.31-
YUV222.7133.81131.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.58%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 233 (91.41% from 255) = 34.32%
R=33.58%
G=32.11%
B=34.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2282182330.020.0600.0928025.4288.43
HexE4DAE926091181958
Octal3443323512601143031130
Binary1110010011011010111010011011001001100011000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DAE9; }

 p { color: rgb(228,218,233); }

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

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

 a { background-color: rgb(228,218,233); }

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

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

 span { border-color: rgb(228,218,233); }

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