#E5CDEC

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

Shades of Blue Chalk #E5CDEC

Tints of Blue Chalk #E5CDEC

Color information

#E5CDEC (or 0xE5CDEC) is unknown color: approx Blue Chalk. HEX triplet: E5, CD and EC. RGB value is (229,205,236). Sum of RGB (Red+Green+Blue) = 229+205+236=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDEC is #1A3213. Grayscale: #D7D7D7. Windows color (decimal): -1716756 or 15519205. OLE color: 15519205.

HSL color Cylindrical-coordinate representation of color #E5CDEC: hue angle of 286.45º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5CDEC is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229205236-
CMYK0.030.1300.07
HSL286.45º44.93%86.47%-
HSV(B)286.45º13.14%92.55%-
XYZ69.2866.3888.52-
YUV215.71139.45137.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.18%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 236 (92.58% from 255) = 35.22%
R=34.18%
G=30.60%
B=35.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292052360.030.1300.07286.4544.9386.47
HexE5CDEC3D0711e2d56
Octal3453153543150743655126
Binary11100101110011011110110011110101111000111101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CDEC; }

 p { color: rgb(229,205,236); }

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

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

 a { background-color: rgb(229,205,236); }

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

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

 span { border-color: rgb(229,205,236); }

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