Html Css Color HEX #E9DCF2 Blue Chalk

📋 copy color: '#E9DCF2'

red 233 ◦ green 220 ◦ blue 242

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

Shades of Blue Chalk #E9DCF2

Tints of Blue Chalk #E9DCF2

RGB

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

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

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

R = 33.53%
G = 31.65%
B = 34.82%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9DCF2 (or 0xE9DCF2) is known color: Blue Chalk. HEX triplet: E9, DC and F2. RGB value is (233,220,242). Sum of RGB (Red+Green+Blue) = 233+220+242=695 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.53% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9DCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCF2 is #16230D. Grayscale: #E2E2E2. Windows color (decimal): -1450766 or 15916265. OLE color: 15916265.

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

Color convert

RGB 233 220 242 -
CMYK 0.04 0.09 0 0.05
HSL 275.45º 0.46% 0.91% -
HSV(B) 275.45º 0.09% 0.95% -
XYZ 75.22 74.92 94.5 -
YUV 226.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 233 220 242 0.04 0.09 0 0.05 275.45 0.46 0.91
Hex E9 DC F2 4 9 0 5 113 2E 5B
Octal 351 334 362 4 11 0 5 423 56 133
Binary 11101001 11011100 11110010 100 1001 0 101 100010011 101110 1011011

Color Harmonies of #E9DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DCF2

Black with #E9DCF2

Text Example


Text Example

White with #E9DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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