Html Css Color HEX #E5DCED Blue Chalk

📋 copy color: '#E5DCED'

red 229 ◦ green 220 ◦ blue 237

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

Shades of Blue Chalk #E5DCED

Tints of Blue Chalk #E5DCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.55%

R = 33.38%
G = 32.07%
B = 34.55%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5DCED (or 0xE5DCED) is known color: Blue Chalk. HEX triplet: E5, DC and ED. RGB value is (229,220,237). Sum of RGB (Red+Green+Blue) = 229+220+237=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCED is #1A2312. Grayscale: #E0E0E0. Windows color (decimal): -1712915 or 15588581. OLE color: 15588581.

HSL color Cylindrical-coordinate representation of color #E5DCED: hue angle of 271.76º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5DCED is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 220 237 -
CMYK 0.03 0.07 0 0.07
HSL 271.76º 0.32% 0.9% -
HSV(B) 271.76º 0.07% 0.93% -
XYZ 73.19 73.96 90.54 -
YUV 224.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 229 220 237 0.03 0.07 0 0.07 271.76 0.32 0.9
Hex E5 DC ED 3 7 0 7 110 20 5A
Octal 345 334 355 3 7 0 7 420 40 132
Binary 11100101 11011100 11101101 11 111 0 111 100010000 100000 1011010

Color Harmonies of #E5DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DCED

Black with #E5DCED

Text Example


Text Example

White with #E5DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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