#E4CDEA

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

Shades of Blue Chalk #E4CDEA

Tints of Blue Chalk #E4CDEA

Color information

#E4CDEA (or 0xE4CDEA) is unknown color: approx Blue Chalk. HEX triplet: E4, CD and EA. RGB value is (228,205,234). Sum of RGB (Red+Green+Blue) = 228+205+234=667 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.18% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CDEA is #1B3215. Grayscale: #D7D7D7. Windows color (decimal): -1782294 or 15388132. OLE color: 15388132.

HSL color Cylindrical-coordinate representation of color #E4CDEA: hue angle of 287.59º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E4CDEA is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228205234-
CMYK0.030.1200.08
HSL287.59º40.85%86.08%-
HSV(B)287.59º12.39%91.76%-
XYZ68.6866.186.98-
YUV215.18138.62137.14-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.18%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=34.18%
G=30.73%
B=35.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2282052340.030.1200.08287.5940.8586.08
HexE4CDEA3C081202956
Octal34431535231401044051126
Binary111001001100110111101010111100010001001000001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CDEA; }

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

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

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

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

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

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

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

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