Html Css Color HEX #E3DAEC Blue Chalk

📋 copy color: '#E3DAEC'

red 227 ◦ green 218 ◦ blue 236

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

Shades of Blue Chalk #E3DAEC

Tints of Blue Chalk #E3DAEC

RGB

 RED value IS 227 (89.06% from 255) = 33.33%

 GREEN value IS 218 (85.55% from 255) = 32.01%

 BLUE value IS 236 (92.58% from 255) = 34.65%

R = 33.33%
G = 32.01%
B = 34.65%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E3DAEC (or 0xE3DAEC) is known color: Blue Chalk. HEX triplet: E3, DA and EC. RGB value is (227,218,236). Sum of RGB (Red+Green+Blue) = 227+218+236=681 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.33% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAEC is #1C2513. Grayscale: #DEDEDE. Windows color (decimal): -1844500 or 15522531. OLE color: 15522531.

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

Color convert

RGB 227 218 236 -
CMYK 0.04 0.08 0 0.07
HSL 270º 0.32% 0.89% -
HSV(B) 270º 0.08% 0.93% -
XYZ 71.89 72.53 89.57 -
YUV 222.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 227 218 236 0.04 0.08 0 0.07 270 0.32 0.89
Hex E3 DA EC 4 8 0 7 10E 20 59
Octal 343 332 354 4 10 0 7 416 40 131
Binary 11100011 11011010 11101100 100 1000 0 111 100001110 100000 1011001

Color Harmonies of #E3DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DAEC

Black with #E3DAEC

Text Example


Text Example

White with #E3DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DAEC; }

 p { color: rgb(227,218,236); }

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

background-color css

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

 a { background-color: rgb(227,218,236); }

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

border-color css

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

 span { border-color: rgb(227,218,236); }

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