#E5C7EF

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

Shades of Blue Chalk #E5C7EF

Tints of Blue Chalk #E5C7EF

Color information

#E5C7EF (or 0xE5C7EF) is unknown color: approx Blue Chalk. HEX triplet: E5, C7 and EF. RGB value is (229,199,239). Sum of RGB (Red+Green+Blue) = 229+199+239=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 199 (78.12% from 255 or 29.84% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5C7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C7EF is #1A3810. Grayscale: #D4D4D4. Windows color (decimal): -1718289 or 15714277. OLE color: 15714277.

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

Color convert

RGB229199239-
CMYK0.040.1700.06
HSL285º55.56%85.88%-
HSV(B)285º16.74%93.73%-
XYZ68.3263.7490.36-
YUV212.53142.94139.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.33%
GREEN value IS 199 (78.12% from 255) = 29.84%
BLUE value IS 239 (93.75% from 255) = 35.83%
R=34.33%
G=29.84%
B=35.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291992390.040.1700.0628555.5685.88
HexE5C7EF4110611d3856
Octal3453073574210643570126
Binary1110010111000111111011111001000101101000111011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C7EF; }

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

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

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

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

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

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

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

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