#EEC4FA

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

Shades of Blue Chalk #EEC4FA

Tints of Blue Chalk #EEC4FA

Color information

#EEC4FA (or 0xEEC4FA) is unknown color: approx Blue Chalk. HEX triplet: EE, C4 and FA. RGB value is (238,196,250). Sum of RGB (Red+Green+Blue) = 238+196+250=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 196 (76.95% from 255 or 28.65% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEC4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4FA is #113B05. Grayscale: #D6D6D6. Windows color (decimal): -1129222 or 16434414. OLE color: 16434414.

HSL color Cylindrical-coordinate representation of color #EEC4FA: hue angle of 286.67º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEC4FA is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238196250-
CMYK0.050.2200.02
HSL286.67º84.38%87.45%-
HSV(B)286.67º21.6%98.04%-
XYZ72.2664.5699.1-
YUV214.71147.91144.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.80%
GREEN value IS 196 (76.95% from 255) = 28.65%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=34.80%
G=28.65%
B=36.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381962500.050.2200.02286.6784.3887.45
HexEEC4FA5160211f5457
Octal35630437252602437124127
Binary1110111011000100111110101011011001010001111110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4FA; }

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

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

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

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

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

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

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

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