Html Css Color HEX #E9DCF1 Blue Chalk

📋 copy color: '#E9DCF1'

red 233 ◦ green 220 ◦ blue 241

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

Shades of Blue Chalk #E9DCF1

Tints of Blue Chalk #E9DCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.7%

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

R = 33.57%
G = 31.7%
B = 34.73%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9DCF1 (or 0xE9DCF1) is known color: Blue Chalk. HEX triplet: E9, DC and F1. RGB value is (233,220,241). Sum of RGB (Red+Green+Blue) = 233+220+241=694 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.57% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9DCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCF1 is #16230E. Grayscale: #E2E2E2. Windows color (decimal): -1450767 or 15850729. OLE color: 15850729.

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

Color convert

RGB 233 220 241 -
CMYK 0.03 0.09 0 0.05
HSL 277.14º 0.43% 0.9% -
HSV(B) 277.14º 0.09% 0.95% -
XYZ 75.07 74.86 93.71 -
YUV 226.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 233 220 241 0.03 0.09 0 0.05 277.14 0.43 0.9
Hex E9 DC F1 3 9 0 5 115 2B 5A
Octal 351 334 361 3 11 0 5 425 53 132
Binary 11101001 11011100 11110001 11 1001 0 101 100010101 101011 1011010

Color Harmonies of #E9DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DCF1

Black with #E9DCF1

Text Example


Text Example

White with #E9DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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