#EED7F9

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

Shades of Blue Chalk #EED7F9

Tints of Blue Chalk #EED7F9

Color information

#EED7F9 (or 0xEED7F9) is unknown color: approx Blue Chalk. HEX triplet: EE, D7 and F9. RGB value is (238,215,249). Sum of RGB (Red+Green+Blue) = 238+215+249=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 215 (84.38% from 255 or 30.63% from 702); Blue value is 249 (97.66% from 255 or 35.47% from 702); Max value from RGB is 249 - color contains mainly: blue. Hex color #EED7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7F9 is #112806. Grayscale: #E1E1E1. Windows color (decimal): -1124359 or 16373742. OLE color: 16373742.

HSL color Cylindrical-coordinate representation of color #EED7F9: hue angle of 280.59º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EED7F9 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238215249-
CMYK0.040.1400.02
HSL280.59º73.91%90.98%-
HSV(B)280.59º13.65%97.65%-
XYZ76.6673.6299.79-
YUV225.75141.12136.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.90%
GREEN value IS 215 (84.38% from 255) = 30.63%
BLUE value IS 249 (97.66% from 255) = 35.47%
R=33.90%
G=30.63%
B=35.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382152490.040.1400.02280.5973.9190.98
HexEED7F94E021194a5b
Octal35632737141602431112133
Binary111011101101011111111001100111001010001100110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7F9; }

 p { color: rgb(238,215,249); }

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

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

 a { background-color: rgb(238,215,249); }

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

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

 span { border-color: rgb(238,215,249); }

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