Html Css Color HEX #E5DDE8 Blue Chalk

📋 copy color: '#E5DDE8'

red 229 ◦ green 221 ◦ blue 232

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

Shades of Blue Chalk #E5DDE8

Tints of Blue Chalk #E5DDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.02%

R = 33.58%
G = 32.4%
B = 34.02%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E5DDE8 (or 0xE5DDE8) is known color: Blue Chalk. HEX triplet: E5, DD and E8. RGB value is (229,221,232). Sum of RGB (Red+Green+Blue) = 229+221+232=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 232 (91.02% from 255 or 34.02% from 682); Max value from RGB is 232 - color contains mainly: blue. Hex color #E5DDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDE8 is #1A2217. Grayscale: #E0E0E0. Windows color (decimal): -1712664 or 15261157. OLE color: 15261157.

HSL color Cylindrical-coordinate representation of color #E5DDE8: hue angle of 283.64º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5DDE8 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 229 221 232 -
CMYK 0.01 0.05 0 0.09
HSL 283.64º 0.19% 0.89% -
HSV(B) 283.64º 0.05% 0.91% -
XYZ 72.74 74.2 86.83 -
YUV 224.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 229 221 232 0.01 0.05 0 0.09 283.64 0.19 0.89
Hex E5 DD E8 1 5 0 9 11C 13 59
Octal 345 335 350 1 5 0 11 434 23 131
Binary 11100101 11011101 11101000 1 101 0 1001 100011100 10011 1011001

Color Harmonies of #E5DDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DDE8

Black with #E5DDE8

Text Example


Text Example

White with #E5DDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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