#E7DDEC

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

Shades of Blue Chalk #E7DDEC

Tints of Blue Chalk #E7DDEC

Color information

#E7DDEC (or 0xE7DDEC) is unknown color: approx Blue Chalk. HEX triplet: E7, DD and EC. RGB value is (231,221,236). Sum of RGB (Red+Green+Blue) = 231+221+236=688 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.58% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7DDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DDEC is #182213. Grayscale: #E1E1E1. Windows color (decimal): -1581588 or 15523303. OLE color: 15523303.

HSL color Cylindrical-coordinate representation of color #E7DDEC: hue angle of 280º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7DDEC is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231221236-
CMYK0.020.0600.07
HSL280º28.3%89.61%-
HSV(B)280º6.36%92.55%-
XYZ73.9574.7689.89-
YUV225.7133.81131.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.58%
GREEN value IS 221 (86.72% from 255) = 32.12%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=33.58%
G=32.12%
B=34.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312212360.020.0600.0728028.389.61
HexE7DDEC26071181c5a
Octal347335354260743034132
Binary111001111101110111101100101100111100011000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDEC; }

 p { color: rgb(231,221,236); }

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

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

 a { background-color: rgb(231,221,236); }

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

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

 span { border-color: rgb(231,221,236); }

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