#EED9FF

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

Shades of Blue Chalk #EED9FF

Tints of Blue Chalk #EED9FF

Color information

#EED9FF (or 0xEED9FF) is unknown color: approx Blue Chalk. HEX triplet: EE, D9 and FF. RGB value is (238,217,255). Sum of RGB (Red+Green+Blue) = 238+217+255=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 217 (85.16% from 255 or 30.56% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #EED9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9FF is #112600. Grayscale: #E3E3E3. Windows color (decimal): -1123841 or 16767470. OLE color: 16767470.

HSL color Cylindrical-coordinate representation of color #EED9FF: hue angle of 273.16º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EED9FF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB238217255-
CMYK0.070.1500
HSL273.16º100%92.55%-
HSV(B)273.16º14.9%100%-
XYZ78.1275.02104.97-
YUV227.61143.46135.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.52%
GREEN value IS 217 (85.16% from 255) = 30.56%
BLUE value IS 255 (100% from 255) = 35.92%
R=33.52%
G=30.56%
B=35.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382172550.070.1500273.1610092.55
HexEED9FF7F00111645d
Octal35633137771700421144135
Binary11101110110110011111111111111110010001000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9FF; }

 p { color: rgb(238,217,255); }

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

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

 a { background-color: rgb(238,217,255); }

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

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

 span { border-color: rgb(238,217,255); }

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