#E4CDED

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

Shades of Blue Chalk #E4CDED

Tints of Blue Chalk #E4CDED

Color information

#E4CDED (or 0xE4CDED) is unknown color: approx Blue Chalk. HEX triplet: E4, CD and ED. RGB value is (228,205,237). Sum of RGB (Red+Green+Blue) = 228+205+237=670 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.03% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CDED is #1B3212. Grayscale: #D7D7D7. Windows color (decimal): -1782291 or 15584740. OLE color: 15584740.

HSL color Cylindrical-coordinate representation of color #E4CDED: hue angle of 283.12º 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 #E4CDED is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228205237-
CMYK0.040.1400.07
HSL283.12º47.06%86.67%-
HSV(B)283.12º13.5%92.94%-
XYZ69.1166.2789.27-
YUV215.52140.12136.9-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.03%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 237 (92.97% from 255) = 35.37%
R=34.03%
G=30.60%
B=35.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282052370.040.1400.07283.1247.0686.67
HexE4CDED4E0711b2f57
Octal3443153554160743357127
Binary111001001100110111101101100111001111000110111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CDED; }

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

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

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

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

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

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

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

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