#E7DDEB

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

Shades of Blue Chalk #E7DDEB

Tints of Blue Chalk #E7DDEB

Color information

#E7DDEB (or 0xE7DDEB) is unknown color: approx Blue Chalk. HEX triplet: E7, DD and EB. RGB value is (231,221,235). Sum of RGB (Red+Green+Blue) = 231+221+235=687 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.62% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7DDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DDEB is #182214. Grayscale: #E1E1E1. Windows color (decimal): -1581589 or 15457767. OLE color: 15457767.

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

Color convert

RGB231221235-
CMYK0.020.0600.08
HSL282.86º25.93%89.41%-
HSV(B)282.86º5.96%92.16%-
XYZ73.8174.789.13-
YUV225.59133.31131.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.62%
GREEN value IS 221 (86.72% from 255) = 32.17%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=33.62%
G=32.17%
B=34.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312212350.020.0600.08282.8625.9389.41
HexE7DDEB260811b1a59
Octal3473353532601043332131
Binary1110011111011101111010111011001000100011011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDEB; }

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

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

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

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

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

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

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

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