Html Css Color HEX #E9DAF6 Blue Chalk

📋 copy color: '#E9DAF6'

red 233 ◦ green 218 ◦ blue 246

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

Shades of Blue Chalk #E9DAF6

Tints of Blue Chalk #E9DAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.29%

R = 33.43%
G = 31.28%
B = 35.29%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E9DAF6 (or 0xE9DAF6) is known color: Blue Chalk. HEX triplet: E9, DA and F6. RGB value is (233,218,246). Sum of RGB (Red+Green+Blue) = 233+218+246=697 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.43% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 246 - color contains mainly: blue. Hex color #E9DAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAF6 is #162509. Grayscale: #E1E1E1. Windows color (decimal): -1451274 or 16177897. OLE color: 16177897.

HSL color Cylindrical-coordinate representation of color #E9DAF6: hue angle of 272.14º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9DAF6 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 233 218 246 -
CMYK 0.05 0.11 0 0.04
HSL 272.14º 0.61% 0.91% -
HSV(B) 272.14º 0.11% 0.96% -
XYZ 75.31 74.12 97.53 -
YUV 225.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 233 218 246 0.05 0.11 0 0.04 272.14 0.61 0.91
Hex E9 DA F6 5 B 0 4 110 3D 5B
Octal 351 332 366 5 13 0 4 420 75 133
Binary 11101001 11011010 11110110 101 1011 0 100 100010000 111101 1011011

Color Harmonies of #E9DAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DAF6

Black with #E9DAF6

Text Example


Text Example

White with #E9DAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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