#EEC8FC

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

Shades of Blue Chalk #EEC8FC

Tints of Blue Chalk #EEC8FC

Color information

#EEC8FC (or 0xEEC8FC) is unknown color: approx Blue Chalk. HEX triplet: EE, C8 and FC. RGB value is (238,200,252). Sum of RGB (Red+Green+Blue) = 238+200+252=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 200 (78.52% from 255 or 28.99% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8FC is #113703. Grayscale: #D9D9D9. Windows color (decimal): -1128196 or 16566510. OLE color: 16566510.

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

Color convert

RGB238200252-
CMYK0.060.2100.01
HSL283.85º89.66%88.63%-
HSV(B)283.85º20.63%98.82%-
XYZ73.4866.51101.06-
YUV217.29147.59142.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 200 (78.52% from 255) = 28.99%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=34.49%
G=28.99%
B=36.52%

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
Decimal2382002520.060.2100.01283.8589.6688.63
HexEEC8FC6150111c5a59
Octal35631037462501434132131
Binary111011101100100011111100110101010110001110010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC8FC; }

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

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

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

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

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

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

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

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