#EED2F7

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

Shades of Blue Chalk #EED2F7

Tints of Blue Chalk #EED2F7

Color information

#EED2F7 (or 0xEED2F7) is unknown color: approx Blue Chalk. HEX triplet: EE, D2 and F7. RGB value is (238,210,247). Sum of RGB (Red+Green+Blue) = 238+210+247=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 210 (82.42% from 255 or 30.22% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 247 - color contains mainly: blue. Hex color #EED2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2F7 is #112D08. Grayscale: #DEDEDE. Windows color (decimal): -1125641 or 16241390. OLE color: 16241390.

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

Color convert

RGB238210247-
CMYK0.040.1500.03
HSL285.41º69.81%89.61%-
HSV(B)285.41º14.98%96.86%-
XYZ75.0970.9997.74-
YUV222.59141.78138.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.24%
GREEN value IS 210 (82.42% from 255) = 30.22%
BLUE value IS 247 (96.88% from 255) = 35.54%
R=34.24%
G=30.22%
B=35.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382102470.040.1500.03285.4169.8189.61
HexEED2F74F0311d465a
Octal35632236741703435106132
Binary111011101101001011110111100111101110001110110001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2F7; }

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

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

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

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

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

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

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

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