Html Css Color HEX #E5DAEB Blue Chalk

📋 copy color: '#E5DAEB'

red 229 ◦ green 218 ◦ blue 235

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

Shades of Blue Chalk #E5DAEB

Tints of Blue Chalk #E5DAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.46%

R = 33.58%
G = 31.96%
B = 34.46%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5DAEB (or 0xE5DAEB) is known color: Blue Chalk. HEX triplet: E5, DA and EB. RGB value is (229,218,235). Sum of RGB (Red+Green+Blue) = 229+218+235=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAEB is #1A2514. Grayscale: #DFDFDF. Windows color (decimal): -1713429 or 15456997. OLE color: 15456997.

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

Color convert

RGB 229 218 235 -
CMYK 0.03 0.07 0 0.08
HSL 278.82º 0.3% 0.89% -
HSV(B) 278.82º 0.07% 0.92% -
XYZ 72.38 72.8 88.83 -
YUV 223.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 229 218 235 0.03 0.07 0 0.08 278.82 0.3 0.89
Hex E5 DA EB 3 7 0 8 117 1E 59
Octal 345 332 353 3 7 0 10 427 36 131
Binary 11100101 11011010 11101011 11 111 0 1000 100010111 11110 1011001

Color Harmonies of #E5DAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DAEB

Black with #E5DAEB

Text Example


Text Example

White with #E5DAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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