#EED4FA

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

Shades of Blue Chalk #EED4FA

Tints of Blue Chalk #EED4FA

Color information

#EED4FA (or 0xEED4FA) is unknown color: approx Blue Chalk. HEX triplet: EE, D4 and FA. RGB value is (238,212,250). Sum of RGB (Red+Green+Blue) = 238+212+250=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 212 (83.20% from 255 or 30.29% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #EED4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4FA is #112B05. Grayscale: #DFDFDF. Windows color (decimal): -1125126 or 16438510. OLE color: 16438510.

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

Color convert

RGB238212250-
CMYK0.050.1500.02
HSL281.05º79.17%90.59%-
HSV(B)281.05º15.2%98.04%-
XYZ76.0672.17100.36-
YUV224.11142.61137.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34%
GREEN value IS 212 (83.20% from 255) = 30.29%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=34%
G=30.29%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382122500.050.1500.02281.0579.1790.59
HexEED4FA5F021194f5b
Octal35632437251702431117133
Binary111011101101010011111010101111101010001100110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4FA; }

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

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

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

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

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

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

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

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