#EEC8FA

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

Shades of Blue Chalk #EEC8FA

Tints of Blue Chalk #EEC8FA

Color information

#EEC8FA (or 0xEEC8FA) is unknown color: approx Blue Chalk. HEX triplet: EE, C8 and FA. RGB value is (238,200,250). Sum of RGB (Red+Green+Blue) = 238+200+250=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEC8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8FA is #113705. Grayscale: #D8D8D8. Windows color (decimal): -1128198 or 16435438. OLE color: 16435438.

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

Color convert

RGB238200250-
CMYK0.050.200.02
HSL285.6º83.33%88.24%-
HSV(B)285.6º20%98.04%-
XYZ73.1766.3999.4-
YUV217.06146.59142.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 200 (78.52% from 255) = 29.07%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=34.59%
G=29.07%
B=36.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382002500.050.200.02285.683.3388.24
HexEEC8FA5140211e5358
Octal35631037252402436123130
Binary1110111011001000111110101011010001010001111010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC8FA; }

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

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

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

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

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

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

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

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