#E4CDEC

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

Shades of Blue Chalk #E4CDEC

Tints of Blue Chalk #E4CDEC

Color information

#E4CDEC (or 0xE4CDEC) is unknown color: approx Blue Chalk. HEX triplet: E4, CD and EC. RGB value is (228,205,236). Sum of RGB (Red+Green+Blue) = 228+205+236=669 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.08% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CDEC is #1B3213. Grayscale: #D7D7D7. Windows color (decimal): -1782292 or 15519204. OLE color: 15519204.

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

Color convert

RGB228205236-
CMYK0.030.1300.07
HSL284.52º44.93%86.47%-
HSV(B)284.52º13.14%92.55%-
XYZ68.9766.2188.5-
YUV215.41139.62136.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.08%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=34.08%
G=30.64%
B=35.28%

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
Decimal2282052360.030.1300.07284.5244.9386.47
HexE4CDEC3D0711d2d56
Octal3443153543150743555126
Binary11100100110011011110110011110101111000111011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CDEC; }

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

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

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

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

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

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

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

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