Html Css Color HEX #E4DAEA Blue Chalk

📋 copy color: '#E4DAEA'

red 228 ◦ green 218 ◦ blue 234

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

Shades of Blue Chalk #E4DAEA

Tints of Blue Chalk #E4DAEA

RGB

 RED value IS 228 (89.45% from 255) = 33.53%

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

 BLUE value IS 234 (91.8% from 255) = 34.41%

R = 33.53%
G = 32.06%
B = 34.41%

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

#E4DAEA (or 0xE4DAEA) is known color: Blue Chalk. HEX triplet: E4, DA and EA. RGB value is (228,218,234). Sum of RGB (Red+Green+Blue) = 228+218+234=680 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.53% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DAEA is #1B2515. Grayscale: #DEDEDE. Windows color (decimal): -1778966 or 15391460. OLE color: 15391460.

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

Color convert

RGB 228 218 234 -
CMYK 0.03 0.07 0 0.08
HSL 277.5º 0.28% 0.89% -
HSV(B) 277.5º 0.07% 0.92% -
XYZ 71.92 72.58 88.06 -
YUV 222.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 228 218 234 0.03 0.07 0 0.08 277.5 0.28 0.89
Hex E4 DA EA 3 7 0 8 116 1C 59
Octal 344 332 352 3 7 0 10 426 34 131
Binary 11100100 11011010 11101010 11 111 0 1000 100010110 11100 1011001

Color Harmonies of #E4DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DAEA

Black with #E4DAEA

Text Example


Text Example

White with #E4DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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