Html Css Color HEX #E5DAF2 Blue Chalk

📋 copy color: '#E5DAF2'

red 229 ◦ green 218 ◦ blue 242

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

Shades of Blue Chalk #E5DAF2

Tints of Blue Chalk #E5DAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.12%

R = 33.24%
G = 31.64%
B = 35.12%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E5DAF2 (or 0xE5DAF2) is known color: Blue Chalk. HEX triplet: E5, DA and F2. RGB value is (229,218,242). Sum of RGB (Red+Green+Blue) = 229+218+242=689 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.24% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5DAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAF2 is #1A250D. Grayscale: #DFDFDF. Windows color (decimal): -1713422 or 15915749. OLE color: 15915749.

HSL color Cylindrical-coordinate representation of color #E5DAF2: hue angle of 267.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5DAF2 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 218 242 -
CMYK 0.05 0.10 0 0.05
HSL 267.5º 0.48% 0.9% -
HSV(B) 267.5º 0.1% 0.95% -
XYZ 73.41 73.21 94.27 -
YUV 224.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 229 218 242 0.05 0.10 0 0.05 267.5 0.48 0.9
Hex E5 DA F2 5 A 0 5 10C 30 5A
Octal 345 332 362 5 12 0 5 414 60 132
Binary 11100101 11011010 11110010 101 1010 0 101 100001100 110000 1011010

Color Harmonies of #E5DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DAF2

Black with #E5DAF2

Text Example


Text Example

White with #E5DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DAF2; }

 p { color: rgb(229,218,242); }

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

background-color css

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

 a { background-color: rgb(229,218,242); }

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

border-color css

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

 span { border-color: rgb(229,218,242); }

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