Html Css Color HEX #E9D0F1 Blue Chalk

📋 copy color: '#E9D0F1'

red 233 ◦ green 208 ◦ blue 241

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

Shades of Blue Chalk #E9D0F1

Tints of Blue Chalk #E9D0F1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.5%

 BLUE value IS 241 (94.53% from 255) = 35.34%

R = 34.16%
G = 30.5%
B = 35.34%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9D0F1 (or 0xE9D0F1) is known color: Blue Chalk. HEX triplet: E9, D0 and F1. RGB value is (233,208,241). Sum of RGB (Red+Green+Blue) = 233+208+241=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9D0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D0F1 is #162F0E. Grayscale: #DBDBDB. Windows color (decimal): -1453839 or 15847657. OLE color: 15847657.

HSL color Cylindrical-coordinate representation of color #E9D0F1: hue angle of 285.45º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9D0F1 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 208 241 -
CMYK 0.03 0.14 0 0.05
HSL 285.45º 0.54% 0.88% -
HSV(B) 285.45º 0.14% 0.95% -
XYZ 72.04 68.79 92.7 -
YUV 219.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 233 208 241 0.03 0.14 0 0.05 285.45 0.54 0.88
Hex E9 D0 F1 3 E 0 5 11D 36 58
Octal 351 320 361 3 16 0 5 435 66 130
Binary 11101001 11010000 11110001 11 1110 0 101 100011101 110110 1011000

Color Harmonies of #E9D0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D0F1

Black with #E9D0F1

Text Example


Text Example

White with #E9D0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D0F1; }

 p { color: rgb(233,208,241); }

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

background-color css

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

 a { background-color: rgb(233,208,241); }

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

border-color css

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

 span { border-color: rgb(233,208,241); }

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