#E5CDED

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

Shades of Blue Chalk #E5CDED

Tints of Blue Chalk #E5CDED

Color information

#E5CDED (or 0xE5CDED) is unknown color: approx Blue Chalk. HEX triplet: E5, CD and ED. RGB value is (229,205,237). Sum of RGB (Red+Green+Blue) = 229+205+237=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDED is #1A3212. Grayscale: #D7D7D7. Windows color (decimal): -1716755 or 15584741. OLE color: 15584741.

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

Color convert

RGB229205237-
CMYK0.030.1400.07
HSL285º47.06%86.67%-
HSV(B)285º13.5%92.94%-
XYZ69.4366.4489.28-
YUV215.82139.95137.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.13%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=34.13%
G=30.55%
B=35.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292052370.030.1400.0728547.0686.67
HexE5CDED3E0711d2f57
Octal3453153553160743557127
Binary11100101110011011110110111111001111000111011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CDED; }

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

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

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

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

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

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

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

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