#EEC6FC

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

Shades of Blue Chalk #EEC6FC

Tints of Blue Chalk #EEC6FC

Color information

#EEC6FC (or 0xEEC6FC) is unknown color: approx Blue Chalk. HEX triplet: EE, C6 and FC. RGB value is (238,198,252). Sum of RGB (Red+Green+Blue) = 238+198+252=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 198 (77.73% from 255 or 28.78% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEC6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC6FC is #113903. Grayscale: #D7D7D7. Windows color (decimal): -1128708 or 16565998. OLE color: 16565998.

HSL color Cylindrical-coordinate representation of color #EEC6FC: hue angle of 284.44º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC6FC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238198252-
CMYK0.060.2100.01
HSL284.44º90%88.24%-
HSV(B)284.44º21.43%98.82%-
XYZ73.0265.59100.91-
YUV216.12148.25143.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 198 (77.73% from 255) = 28.78%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=34.59%
G=28.78%
B=36.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381982520.060.2100.01284.449088.24
HexEEC6FC6150111c5a58
Octal35630637462501434132130
Binary111011101100011011111100110101010110001110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC6FC; }

 p { color: rgb(238,198,252); }

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

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

 a { background-color: rgb(238,198,252); }

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

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

 span { border-color: rgb(238,198,252); }

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