#EEC2F7

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

Shades of Blue Chalk #EEC2F7

Tints of Blue Chalk #EEC2F7

Color information

#EEC2F7 (or 0xEEC2F7) is unknown color: approx Blue Chalk. HEX triplet: EE, C2 and F7. RGB value is (238,194,247). Sum of RGB (Red+Green+Blue) = 238+194+247=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 194 (76.17% from 255 or 28.57% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 247 - color contains mainly: blue. Hex color #EEC2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC2F7 is #113D08. Grayscale: #D5D5D5. Windows color (decimal): -1129737 or 16237294. OLE color: 16237294.

HSL color Cylindrical-coordinate representation of color #EEC2F7: hue angle of 289.81º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC2F7 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB238194247-
CMYK0.040.2100.03
HSL289.81º76.81%86.47%-
HSV(B)289.81º21.46%96.86%-
XYZ71.3463.4896.49-
YUV213.2147.08145.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.05%
GREEN value IS 194 (76.17% from 255) = 28.57%
BLUE value IS 247 (96.88% from 255) = 36.38%
R=35.05%
G=28.57%
B=36.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2381942470.040.2100.03289.8176.8186.47
HexEEC2F7415031224d56
Octal35630236742503442115126
Binary1110111011000010111101111001010101110010001010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC2F7; }

 p { color: rgb(238,194,247); }

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

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

 a { background-color: rgb(238,194,247); }

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

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

 span { border-color: rgb(238,194,247); }

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