#EED2FA

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

Shades of Blue Chalk #EED2FA

Tints of Blue Chalk #EED2FA

Color information

#EED2FA (or 0xEED2FA) is unknown color: approx Blue Chalk. HEX triplet: EE, D2 and FA. RGB value is (238,210,250). Sum of RGB (Red+Green+Blue) = 238+210+250=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 210 (82.42% from 255 or 30.09% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #EED2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2FA is #112D05. Grayscale: #DEDEDE. Windows color (decimal): -1125638 or 16437998. OLE color: 16437998.

HSL color Cylindrical-coordinate representation of color #EED2FA: hue angle of 282º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EED2FA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238210250-
CMYK0.050.1600.02
HSL282º80%90.2%-
HSV(B)282º16%98.04%-
XYZ75.5671.17100.2-
YUV222.93143.28138.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 210 (82.42% from 255) = 30.09%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=34.10%
G=30.09%
B=35.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382102500.050.1600.022828090.2
HexEED2FA5100211a505a
Octal35632237252002432120132
Binary1110111011010010111110101011000001010001101010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2FA; }

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

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

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

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

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

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

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

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