#EED4F6

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

Shades of Blue Chalk #EED4F6

Tints of Blue Chalk #EED4F6

Color information

#EED4F6 (or 0xEED4F6) is unknown color: approx Blue Chalk. HEX triplet: EE, D4 and F6. RGB value is (238,212,246). Sum of RGB (Red+Green+Blue) = 238+212+246=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 212 (83.20% from 255 or 30.46% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 246 - color contains mainly: blue. Hex color #EED4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4F6 is #112B09. Grayscale: #DFDFDF. Windows color (decimal): -1125130 or 16176366. OLE color: 16176366.

HSL color Cylindrical-coordinate representation of color #EED4F6: hue angle of 285.88º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EED4F6 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238212246-
CMYK0.030.1400.04
HSL285.88º65.38%89.8%-
HSV(B)285.88º13.82%96.47%-
XYZ75.4471.9297.09-
YUV223.65140.61138.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 212 (83.20% from 255) = 30.46%
BLUE value IS 246 (96.48% from 255) = 35.34%
R=34.20%
G=30.46%
B=35.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382122460.030.1400.04285.8865.3889.8
HexEED4F63E0411e415a
Octal35632436631604436101132
Binary111011101101010011110110111110010010001111010000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4F6; }

 p { color: rgb(238,212,246); }

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

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

 a { background-color: rgb(238,212,246); }

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

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

 span { border-color: rgb(238,212,246); }

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