Html Css Color HEX #E9D9F0 Blue Chalk

📋 copy color: '#E9D9F0'

red 233 ◦ green 217 ◦ blue 240

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

Shades of Blue Chalk #E9D9F0

Tints of Blue Chalk #E9D9F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.78%

R = 33.77%
G = 31.45%
B = 34.78%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E9D9F0 (or 0xE9D9F0) is known color: Blue Chalk. HEX triplet: E9, D9 and F0. RGB value is (233,217,240). Sum of RGB (Red+Green+Blue) = 233+217+240=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9D9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D9F0 is #16260F. Grayscale: #E0E0E0. Windows color (decimal): -1451536 or 15784425. OLE color: 15784425.

HSL color Cylindrical-coordinate representation of color #E9D9F0: hue angle of 281.74º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9D9F0 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 217 240 -
CMYK 0.03 0.10 0 0.06
HSL 281.74º 0.43% 0.9% -
HSV(B) 281.74º 0.1% 0.94% -
XYZ 74.15 73.24 92.67 -
YUV 224.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 233 217 240 0.03 0.10 0 0.06 281.74 0.43 0.9
Hex E9 D9 F0 3 A 0 6 11A 2B 5A
Octal 351 331 360 3 12 0 6 432 53 132
Binary 11101001 11011001 11110000 11 1010 0 110 100011010 101011 1011010

Color Harmonies of #E9D9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D9F0

Black with #E9D9F0

Text Example


Text Example

White with #E9D9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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