#EED6FA

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

Shades of Blue Chalk #EED6FA

Tints of Blue Chalk #EED6FA

Color information

#EED6FA (or 0xEED6FA) is unknown color: approx Blue Chalk. HEX triplet: EE, D6 and FA. RGB value is (238,214,250). Sum of RGB (Red+Green+Blue) = 238+214+250=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 214 (83.98% from 255 or 30.48% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #EED6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6FA is #112905. Grayscale: #E1E1E1. Windows color (decimal): -1124614 or 16439022. OLE color: 16439022.

HSL color Cylindrical-coordinate representation of color #EED6FA: hue angle of 280º degrees, saturation: 0.78, 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 #EED6FA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238214250-
CMYK0.050.1400.02
HSL280º78.26%90.98%-
HSV(B)280º14.4%98.04%-
XYZ76.5673.17100.53-
YUV225.28141.95137.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.90%
GREEN value IS 214 (83.98% from 255) = 30.48%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=33.90%
G=30.48%
B=35.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382142500.050.1400.0228078.2690.98
HexEED6FA5E021184e5b
Octal35632637251602430116133
Binary111011101101011011111010101111001010001100010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6FA; }

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

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

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

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

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

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

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

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