#EEC7FA

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

Shades of Blue Chalk #EEC7FA

Tints of Blue Chalk #EEC7FA

Color information

#EEC7FA (or 0xEEC7FA) is unknown color: approx Blue Chalk. HEX triplet: EE, C7 and FA. RGB value is (238,199,250). Sum of RGB (Red+Green+Blue) = 238+199+250=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 199 (78.12% from 255 or 28.97% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEC7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC7FA is #113805. Grayscale: #D8D8D8. Windows color (decimal): -1128454 or 16435182. OLE color: 16435182.

HSL color Cylindrical-coordinate representation of color #EEC7FA: hue angle of 285.88º degrees, saturation: 0.84, 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 #EEC7FA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238199250-
CMYK0.050.2000.02
HSL285.88º83.61%88.04%-
HSV(B)285.88º20.4%98.04%-
XYZ72.9465.9399.32-
YUV216.47146.92143.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 199 (78.12% from 255) = 28.97%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=34.64%
G=28.97%
B=36.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381992500.050.2000.02285.8883.6188.04
HexEEC7FA5140211e5458
Octal35630737252402436124130
Binary1110111011000111111110101011010001010001111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC7FA; }

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

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

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

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

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

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

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

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