#EED1FF

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

Shades of Blue Chalk #EED1FF

Tints of Blue Chalk #EED1FF

Color information

#EED1FF (or 0xEED1FF) is unknown color: approx Blue Chalk. HEX triplet: EE, D1 and FF. RGB value is (238,209,255). Sum of RGB (Red+Green+Blue) = 238+209+255=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 209 (82.03% from 255 or 29.77% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #EED1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1FF is #112E00. Grayscale: #DEDEDE. Windows color (decimal): -1125889 or 16765422. OLE color: 16765422.

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

Color convert

RGB238209255-
CMYK0.070.1800
HSL277.83º100%90.98%-
HSV(B)277.83º18.04%100%-
XYZ76.1171104.3-
YUV222.91146.11138.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.90%
GREEN value IS 209 (82.03% from 255) = 29.77%
BLUE value IS 255 (100% from 255) = 36.32%
R=33.90%
G=29.77%
B=36.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382092550.070.1800277.8310090.98
HexEED1FF71200116645b
Octal35632137772200426144133
Binary111011101101000111111111111100100010001011011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED1FF; }

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

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

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

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

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

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

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

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