#EED5F7

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

Shades of Blue Chalk #EED5F7

Tints of Blue Chalk #EED5F7

Color information

#EED5F7 (or 0xEED5F7) is unknown color: approx Blue Chalk. HEX triplet: EE, D5 and F7. RGB value is (238,213,247). Sum of RGB (Red+Green+Blue) = 238+213+247=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 213 (83.59% from 255 or 30.52% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 247 - color contains mainly: blue. Hex color #EED5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5F7 is #112A08. Grayscale: #E0E0E0. Windows color (decimal): -1124873 or 16242158. OLE color: 16242158.

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

Color convert

RGB238213247-
CMYK0.040.1400.03
HSL284.12º68%90.2%-
HSV(B)284.12º13.77%96.86%-
XYZ75.8472.4897.99-
YUV224.35140.78137.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 213 (83.59% from 255) = 30.52%
BLUE value IS 247 (96.88% from 255) = 35.39%
R=34.10%
G=30.52%
B=35.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382132470.040.1400.03284.126890.2
HexEED5F74E0311c445a
Octal35632536741603434104132
Binary111011101101010111110111100111001110001110010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED5F7; }

 p { color: rgb(238,213,247); }

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

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

 a { background-color: rgb(238,213,247); }

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

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

 span { border-color: rgb(238,213,247); }

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