#E3CDE9

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

Shades of Blue Chalk #E3CDE9

Tints of Blue Chalk #E3CDE9

Color information

#E3CDE9 (or 0xE3CDE9) is unknown color: approx Blue Chalk. HEX triplet: E3, CD and E9. RGB value is (227,205,233). Sum of RGB (Red+Green+Blue) = 227+205+233=665 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.14% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #E3CDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CDE9 is #1C3216. Grayscale: #D6D6D6. Windows color (decimal): -1847831 or 15322595. OLE color: 15322595.

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

Color convert

RGB227205233-
CMYK0.030.1200.09
HSL287.14º38.89%85.88%-
HSV(B)287.14º12.02%91.37%-
XYZ68.2265.8886.21-
YUV214.77138.29136.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.14%
GREEN value IS 205 (80.47% from 255) = 30.83%
BLUE value IS 233 (91.41% from 255) = 35.04%
R=34.14%
G=30.83%
B=35.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2272052330.030.1200.09287.1438.8985.88
HexE3CDE93C0911f2756
Octal34331535131401143747126
Binary111000111100110111101001111100010011000111111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CDE9; }

 p { color: rgb(227,205,233); }

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

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

 a { background-color: rgb(227,205,233); }

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

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

 span { border-color: rgb(227,205,233); }

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