#E5C8EF

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

Shades of Blue Chalk #E5C8EF

Tints of Blue Chalk #E5C8EF

Color information

#E5C8EF (or 0xE5C8EF) is unknown color: approx Blue Chalk. HEX triplet: E5, C8 and EF. RGB value is (229,200,239). Sum of RGB (Red+Green+Blue) = 229+200+239=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C8EF is #1A3710. Grayscale: #D4D4D4. Windows color (decimal): -1718033 or 15714533. OLE color: 15714533.

HSL color Cylindrical-coordinate representation of color #E5C8EF: hue angle of 284.62º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E5C8EF is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229200239-
CMYK0.040.1600.06
HSL284.62º54.93%86.08%-
HSV(B)284.62º16.32%93.73%-
XYZ68.5564.290.44-
YUV213.12142.61139.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.28%
GREEN value IS 200 (78.52% from 255) = 29.94%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=34.28%
G=29.94%
B=35.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292002390.040.1600.06284.6254.9386.08
HexE5C8EF4100611d3756
Octal3453103574200643567126
Binary1110010111001000111011111001000001101000111011101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C8EF; }

 p { color: rgb(229,200,239); }

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

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

 a { background-color: rgb(229,200,239); }

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

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

 span { border-color: rgb(229,200,239); }

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