#E4CDF9

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

Shades of Blue Chalk #E4CDF9

Tints of Blue Chalk #E4CDF9

Color information

#E4CDF9 (or 0xE4CDF9) is unknown color: approx Blue Chalk. HEX triplet: E4, CD and F9. RGB value is (228,205,249). Sum of RGB (Red+Green+Blue) = 228+205+249=682 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.43% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #E4CDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CDF9 is #1B3206. Grayscale: #D8D8D8. Windows color (decimal): -1782279 or 16371172. OLE color: 16371172.

HSL color Cylindrical-coordinate representation of color #E4CDF9: hue angle of 271.36º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4CDF9 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228205249-
CMYK0.080.1800.02
HSL271.36º78.57%89.02%-
HSV(B)271.36º17.67%97.65%-
XYZ70.936798.82-
YUV216.89146.12135.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.43%
GREEN value IS 205 (80.47% from 255) = 30.06%
BLUE value IS 249 (97.66% from 255) = 36.51%
R=33.43%
G=30.06%
B=36.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282052490.080.1800.02271.3678.5789.02
HexE4CDF98120210f4f59
Octal344315371102202417117131
Binary11100100110011011111100110001001001010000111110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CDF9; }

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

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

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

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

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

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

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

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