Html Css Color HEX #E5DCEA Blue Chalk

📋 copy color: '#E5DCEA'

red 229 ◦ green 220 ◦ blue 234

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

Shades of Blue Chalk #E5DCEA

Tints of Blue Chalk #E5DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.21%

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

R = 33.53%
G = 32.21%
B = 34.26%

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

#E5DCEA (or 0xE5DCEA) is known color: Blue Chalk. HEX triplet: E5, DC and EA. RGB value is (229,220,234). Sum of RGB (Red+Green+Blue) = 229+220+234=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCEA is #1A2315. Grayscale: #E0E0E0. Windows color (decimal): -1712918 or 15391973. OLE color: 15391973.

HSL color Cylindrical-coordinate representation of color #E5DCEA: hue angle of 278.57º degrees, saturation: 0.25, 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 #E5DCEA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 220 234 -
CMYK 0.02 0.06 0 0.08
HSL 278.57º 0.25% 0.89% -
HSV(B) 278.57º 0.06% 0.92% -
XYZ 72.76 73.78 88.25 -
YUV 224.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 229 220 234 0.02 0.06 0 0.08 278.57 0.25 0.89
Hex E5 DC EA 2 6 0 8 117 19 59
Octal 345 334 352 2 6 0 10 427 31 131
Binary 11100101 11011100 11101010 10 110 0 1000 100010111 11001 1011001

Color Harmonies of #E5DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DCEA

Black with #E5DCEA

Text Example


Text Example

White with #E5DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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