#EEC6FA

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

Shades of Blue Chalk #EEC6FA

Tints of Blue Chalk #EEC6FA

Color information

#EEC6FA (or 0xEEC6FA) is unknown color: approx Blue Chalk. HEX triplet: EE, C6 and FA. RGB value is (238,198,250). Sum of RGB (Red+Green+Blue) = 238+198+250=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 198 (77.73% from 255 or 28.86% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEC6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC6FA is #113905. Grayscale: #D7D7D7. Windows color (decimal): -1128710 or 16434926. OLE color: 16434926.

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

Color convert

RGB238198250-
CMYK0.050.2100.02
HSL286.15º83.87%87.84%-
HSV(B)286.15º20.8%98.04%-
XYZ72.7165.4799.25-
YUV215.89147.25143.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 198 (77.73% from 255) = 28.86%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=34.69%
G=28.86%
B=36.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381982500.050.2100.02286.1583.8787.84
HexEEC6FA5150211e5458
Octal35630637252502436124130
Binary1110111011000110111110101011010101010001111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC6FA; }

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

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

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

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

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

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

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

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