#E5C5EF

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

Shades of Blue Chalk #E5C5EF

Tints of Blue Chalk #E5C5EF

Color information

#E5C5EF (or 0xE5C5EF) is unknown color: approx Blue Chalk. HEX triplet: E5, C5 and EF. RGB value is (229,197,239). Sum of RGB (Red+Green+Blue) = 229+197+239=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 197 (77.34% from 255 or 29.62% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5C5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C5EF is #1A3A10. Grayscale: #D3D3D3. Windows color (decimal): -1718801 or 15713765. OLE color: 15713765.

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

Color convert

RGB229197239-
CMYK0.040.1800.06
HSL285.71º56.76%85.49%-
HSV(B)285.71º17.57%93.73%-
XYZ67.8662.8290.21-
YUV211.36143.6140.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.44%
GREEN value IS 197 (77.34% from 255) = 29.62%
BLUE value IS 239 (93.75% from 255) = 35.94%
R=34.44%
G=29.62%
B=35.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291972390.040.1800.06285.7156.7685.49
HexE5C5EF4120611e3955
Octal3453053574220643671125
Binary1110010111000101111011111001001001101000111101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C5EF; }

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

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

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

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

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

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

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

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