#E9D2F3

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

Shades of Blue Chalk #E9D2F3

Tints of Blue Chalk #E9D2F3

Color information

#E9D2F3 (or 0xE9D2F3) is unknown color: approx Blue Chalk. HEX triplet: E9, D2 and F3. RGB value is (233,210,243). Sum of RGB (Red+Green+Blue) = 233+210+243=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 210 (82.42% from 255 or 30.61% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9D2F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D2F3 is #162D0C. Grayscale: #DCDCDC. Windows color (decimal): -1453325 or 15979241. OLE color: 15979241.

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

Color convert

RGB233210243-
CMYK0.040.1400.05
HSL281.82º57.89%88.82%-
HSV(B)281.82º13.58%95.29%-
XYZ72.8369.8994.45-
YUV220.64140.62136.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.97%
GREEN value IS 210 (82.42% from 255) = 30.61%
BLUE value IS 243 (95.31% from 255) = 35.42%
R=33.97%
G=30.61%
B=35.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332102430.040.1400.05281.8257.8988.82
HexE9D2F34E0511a3a59
Octal3513223634160543272131
Binary111010011101001011110011100111001011000110101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D2F3; }

 p { color: rgb(233,210,243); }

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

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

 a { background-color: rgb(233,210,243); }

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

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

 span { border-color: rgb(233,210,243); }

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