#E9D0F9

Color #E9D0F9 Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #E9D0F9

Tints of Blue Chalk #E9D0F9

Color information

#E9D0F9 (or 0xE9D0F9) is unknown color: approx Blue Chalk. HEX triplet: E9, D0 and F9. RGB value is (233,208,249). Sum of RGB (Red+Green+Blue) = 233+208+249=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 208 (81.64% from 255 or 30.14% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9D0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D0F9 is #162F06. Grayscale: #DCDCDC. Windows color (decimal): -1453831 or 16371945. OLE color: 16371945.

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

Color convert

RGB233208249-
CMYK0.060.1600.02
HSL276.59º77.36%89.61%-
HSV(B)276.59º16.47%97.65%-
XYZ73.2669.2799.13-
YUV220.15144.28137.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.77%
GREEN value IS 208 (81.64% from 255) = 30.14%
BLUE value IS 249 (97.66% from 255) = 36.09%
R=33.77%
G=30.14%
B=36.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332082490.060.1600.02276.5977.3689.61
HexE9D0F9610021154d5a
Octal35132037162002425115132
Binary1110100111010000111110011101000001010001010110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D0F9; }

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

 H1.HeaderClassName
 {
   color: #E9D0F9;
 }
 .AnyTagClassName
 {
   color: #E9D0F9;
 }
</style>
background-color css

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

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

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

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

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

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