Html Css Color HEX #E5DDEA Blue Chalk

📋 copy color: '#E5DDEA'

red 229 ◦ green 221 ◦ blue 234

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

Shades of Blue Chalk #E5DDEA

Tints of Blue Chalk #E5DDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.31%

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

R = 33.48%
G = 32.31%
B = 34.21%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5DDEA (or 0xE5DDEA) is known color: Blue Chalk. HEX triplet: E5, DD and EA. RGB value is (229,221,234). Sum of RGB (Red+Green+Blue) = 229+221+234=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDEA is #1A2215. Grayscale: #E0E0E0. Windows color (decimal): -1712662 or 15392229. OLE color: 15392229.

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

Color convert

RGB 229 221 234 -
CMYK 0.02 0.06 0 0.08
HSL 276.92º 0.24% 0.89% -
HSV(B) 276.92º 0.06% 0.92% -
XYZ 73.02 74.31 88.34 -
YUV 224.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 229 221 234 0.02 0.06 0 0.08 276.92 0.24 0.89
Hex E5 DD EA 2 6 0 8 115 18 59
Octal 345 335 352 2 6 0 10 425 30 131
Binary 11100101 11011101 11101010 10 110 0 1000 100010101 11000 1011001

Color Harmonies of #E5DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DDEA

Black with #E5DDEA

Text Example


Text Example

White with #E5DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DDEA; }

 p { color: rgb(229,221,234); }

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

background-color css

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

 a { background-color: rgb(229,221,234); }

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

border-color css

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

 span { border-color: rgb(229,221,234); }

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