Html Css Color HEX #E5DAED Blue Chalk

📋 copy color: '#E5DAED'

red 229 ◦ green 218 ◦ blue 237

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

Shades of Blue Chalk #E5DAED

Tints of Blue Chalk #E5DAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.65%

R = 33.48%
G = 31.87%
B = 34.65%

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

#E5DAED (or 0xE5DAED) is known color: Blue Chalk. HEX triplet: E5, DA and ED. RGB value is (229,218,237). Sum of RGB (Red+Green+Blue) = 229+218+237=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAED is #1A2512. Grayscale: #DFDFDF. Windows color (decimal): -1713427 or 15588069. OLE color: 15588069.

HSL color Cylindrical-coordinate representation of color #E5DAED: hue angle of 274.74º degrees, saturation: 0.35, 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 #E5DAED is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 218 237 -
CMYK 0.03 0.08 0 0.07
HSL 274.74º 0.35% 0.89% -
HSV(B) 274.74º 0.08% 0.93% -
XYZ 72.67 72.92 90.36 -
YUV 223.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 229 218 237 0.03 0.08 0 0.07 274.74 0.35 0.89
Hex E5 DA ED 3 8 0 7 113 23 59
Octal 345 332 355 3 10 0 7 423 43 131
Binary 11100101 11011010 11101101 11 1000 0 111 100010011 100011 1011001

Color Harmonies of #E5DAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DAED

Black with #E5DAED

Text Example


Text Example

White with #E5DAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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