#E4CDF7

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

Shades of Blue Chalk #E4CDF7

Tints of Blue Chalk #E4CDF7

Color information

#E4CDF7 (or 0xE4CDF7) is unknown color: approx Blue Chalk. HEX triplet: E4, CD and F7. RGB value is (228,205,247). Sum of RGB (Red+Green+Blue) = 228+205+247=680 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.53% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 247 - color contains mainly: blue. Hex color #E4CDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CDF7 is #1B3208. Grayscale: #D8D8D8. Windows color (decimal): -1782281 or 16240100. OLE color: 16240100.

HSL color Cylindrical-coordinate representation of color #E4CDF7: hue angle of 272.86º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4CDF7 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB228205247-
CMYK0.080.1700.03
HSL272.86º72.41%88.63%-
HSV(B)272.86º17%96.86%-
XYZ70.6166.8797.18-
YUV216.67145.12136.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.53%
GREEN value IS 205 (80.47% from 255) = 30.15%
BLUE value IS 247 (96.88% from 255) = 36.32%
R=33.53%
G=30.15%
B=36.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2282052470.080.1700.03272.8672.4188.63
HexE4CDF7811031114859
Octal344315367102103421110131
Binary11100100110011011111011110001000101110001000110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CDF7; }

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

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

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

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

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

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

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

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