Html Css Color HEX #E5DBEA Blue Chalk

📋 copy color: '#E5DBEA'

red 229 ◦ green 219 ◦ blue 234

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

Shades of Blue Chalk #E5DBEA

Tints of Blue Chalk #E5DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.11%

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

R = 33.58%
G = 32.11%
B = 34.31%

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

#E5DBEA (or 0xE5DBEA) is known color: Blue Chalk. HEX triplet: E5, DB and EA. RGB value is (229,219,234). Sum of RGB (Red+Green+Blue) = 229+219+234=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBEA is #1A2415. Grayscale: #DFDFDF. Windows color (decimal): -1713174 or 15391717. OLE color: 15391717.

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

Color convert

RGB 229 219 234 -
CMYK 0.02 0.06 0 0.08
HSL 280º 0.26% 0.89% -
HSV(B) 280º 0.06% 0.92% -
XYZ 72.5 73.26 88.16 -
YUV 223.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 229 219 234 0.02 0.06 0 0.08 280 0.26 0.89
Hex E5 DB EA 2 6 0 8 118 1A 59
Octal 345 333 352 2 6 0 10 430 32 131
Binary 11100101 11011011 11101010 10 110 0 1000 100011000 11010 1011001

Color Harmonies of #E5DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DBEA

Black with #E5DBEA

Text Example


Text Example

White with #E5DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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