Html Css Color HEX #E5DCEB Blue Chalk

📋 copy color: '#E5DCEB'

red 229 ◦ green 220 ◦ blue 235

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

Shades of Blue Chalk #E5DCEB

Tints of Blue Chalk #E5DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.36%

R = 33.48%
G = 32.16%
B = 34.36%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5DCEB (or 0xE5DCEB) is known color: Blue Chalk. HEX triplet: E5, DC and EB. RGB value is (229,220,235). Sum of RGB (Red+Green+Blue) = 229+220+235=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCEB is #1A2314. Grayscale: #E0E0E0. Windows color (decimal): -1712917 or 15457509. OLE color: 15457509.

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

Color convert

RGB 229 220 235 -
CMYK 0.03 0.06 0 0.08
HSL 276º 0.27% 0.89% -
HSV(B) 276º 0.06% 0.92% -
XYZ 72.9 73.84 89.01 -
YUV 224.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 229 220 235 0.03 0.06 0 0.08 276 0.27 0.89
Hex E5 DC EB 3 6 0 8 114 1B 59
Octal 345 334 353 3 6 0 10 424 33 131
Binary 11100101 11011100 11101011 11 110 0 1000 100010100 11011 1011001

Color Harmonies of #E5DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DCEB

Black with #E5DCEB

Text Example


Text Example

White with #E5DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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