Html Css Color HEX #E9D9F9 Blue Chalk

📋 copy color: '#E9D9F9'

red 233 ◦ green 217 ◦ blue 249

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

Shades of Blue Chalk #E9D9F9

Tints of Blue Chalk #E9D9F9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.04%

 BLUE value IS 249 (97.66% from 255) = 35.62%

R = 33.33%
G = 31.04%
B = 35.62%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9D9F9 (or 0xE9D9F9) is known color: Blue Chalk. HEX triplet: E9, D9 and F9. RGB value is (233,217,249). Sum of RGB (Red+Green+Blue) = 233+217+249=699 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.33% from 699); Green value is 217 (85.16% from 255 or 31.04% from 699); Blue value is 249 (97.66% from 255 or 35.62% from 699); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9D9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D9F9 is #162606. Grayscale: #E1E1E1. Windows color (decimal): -1451527 or 16374249. OLE color: 16374249.

HSL color Cylindrical-coordinate representation of color #E9D9F9: hue angle of 270º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9D9F9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 217 249 -
CMYK 0.06 0.13 0 0.02
HSL 270º 0.73% 0.91% -
HSV(B) 270º 0.13% 0.98% -
XYZ 75.52 73.79 99.89 -
YUV 225.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 233 217 249 0.06 0.13 0 0.02 270 0.73 0.91
Hex E9 D9 F9 6 D 0 2 10E 49 5B
Octal 351 331 371 6 15 0 2 416 111 133
Binary 11101001 11011001 11111001 110 1101 0 10 100001110 1001001 1011011

Color Harmonies of #E9D9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D9F9

Black with #E9D9F9

Text Example


Text Example

White with #E9D9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D9F9; }

 p { color: rgb(233,217,249); }

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

background-color css

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

 a { background-color: rgb(233,217,249); }

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

border-color css

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

 span { border-color: rgb(233,217,249); }

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