Html Css Color HEX #E9DAF2 Blue Chalk

📋 copy color: '#E9DAF2'

red 233 ◦ green 218 ◦ blue 242

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

Shades of Blue Chalk #E9DAF2

Tints of Blue Chalk #E9DAF2

RGB

 RED value IS 233 (91.41% from 255) = 33.62%

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

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

R = 33.62%
G = 31.46%
B = 34.92%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9DAF2 (or 0xE9DAF2) is known color: Blue Chalk. HEX triplet: E9, DA and F2. RGB value is (233,218,242). Sum of RGB (Red+Green+Blue) = 233+218+242=693 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.62% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9DAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAF2 is #16250D. Grayscale: #E1E1E1. Windows color (decimal): -1451278 or 15915753. OLE color: 15915753.

HSL color Cylindrical-coordinate representation of color #E9DAF2: hue angle of 277.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 #E9DAF2 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 218 242 -
CMYK 0.04 0.10 0 0.05
HSL 277.5º 0.48% 0.9% -
HSV(B) 277.5º 0.1% 0.95% -
XYZ 74.7 73.88 94.33 -
YUV 225.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 233 218 242 0.04 0.10 0 0.05 277.5 0.48 0.9
Hex E9 DA F2 4 A 0 5 116 30 5A
Octal 351 332 362 4 12 0 5 426 60 132
Binary 11101001 11011010 11110010 100 1010 0 101 100010110 110000 1011010

Color Harmonies of #E9DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DAF2

Black with #E9DAF2

Text Example


Text Example

White with #E9DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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