#EED7FE

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

Shades of Blue Chalk #EED7FE

Tints of Blue Chalk #EED7FE

Color information

#EED7FE (or 0xEED7FE) is unknown color: approx Blue Chalk. HEX triplet: EE, D7 and FE. RGB value is (238,215,254). Sum of RGB (Red+Green+Blue) = 238+215+254=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 215 (84.38% from 255 or 30.41% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #EED7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7FE is #112801. Grayscale: #E2E2E2. Windows color (decimal): -1124354 or 16701422. OLE color: 16701422.

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

Color convert

RGB238215254-
CMYK0.060.1500.00
HSL275.38º95.12%91.96%-
HSV(B)275.38º15.35%99.61%-
XYZ77.4573.93103.95-
YUV226.32143.62136.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.66%
GREEN value IS 215 (84.38% from 255) = 30.41%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=33.66%
G=30.41%
B=35.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382152540.060.1500.00275.3895.1291.96
HexEED7FE6F001135f5c
Octal35632737661700423137134
Binary11101110110101111111111011011110010001001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7FE; }

 p { color: rgb(238,215,254); }

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

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

 a { background-color: rgb(238,215,254); }

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

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

 span { border-color: rgb(238,215,254); }

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