Html Css Color HEX #E9D2EF Blue Chalk

📋 copy color: '#E9D2EF'

red 233 ◦ green 210 ◦ blue 239

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

Shades of Blue Chalk #E9D2EF

Tints of Blue Chalk #E9D2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.79%

 BLUE value IS 239 (93.75% from 255) = 35.04%

R = 34.16%
G = 30.79%
B = 35.04%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E9D2EF (or 0xE9D2EF) is known color: Blue Chalk. HEX triplet: E9, D2 and EF. RGB value is (233,210,239). Sum of RGB (Red+Green+Blue) = 233+210+239=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9D2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D2EF is #162D10. Grayscale: #DCDCDC. Windows color (decimal): -1453329 or 15717097. OLE color: 15717097.

HSL color Cylindrical-coordinate representation of color #E9D2EF: hue angle of 287.59º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9D2EF is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 210 239 -
CMYK 0.03 0.12 0 0.06
HSL 287.59º 0.48% 0.88% -
HSV(B) 287.59º 0.12% 0.94% -
XYZ 72.23 69.65 91.3 -
YUV 220.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 233 210 239 0.03 0.12 0 0.06 287.59 0.48 0.88
Hex E9 D2 EF 3 C 0 6 120 30 58
Octal 351 322 357 3 14 0 6 440 60 130
Binary 11101001 11010010 11101111 11 1100 0 110 100100000 110000 1011000

Color Harmonies of #E9D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D2EF

Black with #E9D2EF

Text Example


Text Example

White with #E9D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D2EF; }

 p { color: rgb(233,210,239); }

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

background-color css

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

 a { background-color: rgb(233,210,239); }

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

border-color css

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

 span { border-color: rgb(233,210,239); }

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