#EEC9FE

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

Shades of Blue Chalk #EEC9FE

Tints of Blue Chalk #EEC9FE

Color information

#EEC9FE (or 0xEEC9FE) is unknown color: approx Blue Chalk. HEX triplet: EE, C9 and FE. RGB value is (238,201,254). Sum of RGB (Red+Green+Blue) = 238+201+254=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 201 (78.91% from 255 or 29.00% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEC9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC9FE is #113601. Grayscale: #D9D9D9. Windows color (decimal): -1127938 or 16697838. OLE color: 16697838.

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

Color convert

RGB238201254-
CMYK0.060.2100.00
HSL281.89º96.36%89.22%-
HSV(B)281.89º20.87%99.61%-
XYZ74.0467.11102.82-
YUV218.1148.26142.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.34%
GREEN value IS 201 (78.91% from 255) = 29.00%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=34.34%
G=29.00%
B=36.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382012540.060.2100.00281.8996.3689.22
HexEEC9FE6150011a6059
Octal35631137662500432140131
Binary111011101100100111111110110101010010001101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC9FE; }

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

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

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

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

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

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

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

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