#E9D5F3

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

Shades of Blue Chalk #E9D5F3

Tints of Blue Chalk #E9D5F3

Color information

#E9D5F3 (or 0xE9D5F3) is unknown color: approx Blue Chalk. HEX triplet: E9, D5 and F3. RGB value is (233,213,243). Sum of RGB (Red+Green+Blue) = 233+213+243=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9D5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D5F3 is #162A0C. Grayscale: #DEDEDE. Windows color (decimal): -1452557 or 15980009. OLE color: 15980009.

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

Color convert

RGB233213243-
CMYK0.040.1200.05
HSL280º55.56%89.41%-
HSV(B)280º12.35%95.29%-
XYZ73.5871.3894.69-
YUV222.4139.63135.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.82%
GREEN value IS 213 (83.59% from 255) = 30.91%
BLUE value IS 243 (95.31% from 255) = 35.27%
R=33.82%
G=30.91%
B=35.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332132430.040.1200.0528055.5689.41
HexE9D5F34C051183859
Octal3513253634140543070131
Binary111010011101010111110011100110001011000110001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D5F3; }

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

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

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

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

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

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

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

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