Html Css Color HEX #E5DAEC Blue Chalk

📋 copy color: '#E5DAEC'

red 229 ◦ green 218 ◦ blue 236

#E5DAEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #E5DAEC

Tints of Blue Chalk #E5DAEC

RGB

 RED value IS 229 (89.84% from 255) = 33.53%

 GREEN value IS 218 (85.55% from 255) = 31.92%

 BLUE value IS 236 (92.58% from 255) = 34.55%

R = 33.53%
G = 31.92%
B = 34.55%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5DAEC (or 0xE5DAEC) is known color: Blue Chalk. HEX triplet: E5, DA and EC. RGB value is (229,218,236). Sum of RGB (Red+Green+Blue) = 229+218+236=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAEC is #1A2513. Grayscale: #DFDFDF. Windows color (decimal): -1713428 or 15522533. OLE color: 15522533.

HSL color Cylindrical-coordinate representation of color #E5DAEC: hue angle of 276.67º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5DAEC is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 218 236 -
CMYK 0.03 0.08 0 0.07
HSL 276.67º 0.32% 0.89% -
HSV(B) 276.67º 0.08% 0.93% -
XYZ 72.52 72.86 89.6 -
YUV 223.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 229 218 236 0.03 0.08 0 0.07 276.67 0.32 0.89
Hex E5 DA EC 3 8 0 7 115 20 59
Octal 345 332 354 3 10 0 7 425 40 131
Binary 11100101 11011010 11101100 11 1000 0 111 100010101 100000 1011001

Color Harmonies of #E5DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DAEC

Black with #E5DAEC

Text Example


Text Example

White with #E5DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DAEC; }

 p { color: rgb(229,218,236); }

 H1.HeaderClassName
 {
   color: #E5DAEC;
 }
 .AnyTagClassName
 {
   color: #E5DAEC;
 }
</style>

background-color css

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

 a { background-color: rgb(229,218,236); }

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

border-color css

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

 span { border-color: rgb(229,218,236); }

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