#EEC8FB

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

Shades of Blue Chalk #EEC8FB

Tints of Blue Chalk #EEC8FB

Color information

#EEC8FB (or 0xEEC8FB) is unknown color: approx Blue Chalk. HEX triplet: EE, C8 and FB. RGB value is (238,200,251). Sum of RGB (Red+Green+Blue) = 238+200+251=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 200 (78.52% from 255 or 29.03% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEC8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8FB is #113704. Grayscale: #D9D9D9. Windows color (decimal): -1128197 or 16500974. OLE color: 16500974.

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

Color convert

RGB238200251-
CMYK0.050.2000.02
HSL284.71º86.44%88.43%-
HSV(B)284.71º20.32%98.43%-
XYZ73.3366.45100.23-
YUV217.18147.09142.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 200 (78.52% from 255) = 29.03%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=34.54%
G=29.03%
B=36.43%

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
Decimal2382002510.050.2000.02284.7186.4488.43
HexEEC8FB5140211d5658
Octal35631037352402435126130
Binary1110111011001000111110111011010001010001110110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC8FB; }

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

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

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

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

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

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

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

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