#E7DAEB

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

Shades of Blue Chalk #E7DAEB

Tints of Blue Chalk #E7DAEB

Color information

#E7DAEB (or 0xE7DAEB) is unknown color: approx Blue Chalk. HEX triplet: E7, DA and EB. RGB value is (231,218,235). Sum of RGB (Red+Green+Blue) = 231+218+235=684 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.77% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7DAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAEB is #182514. Grayscale: #DFDFDF. Windows color (decimal): -1582357 or 15456999. OLE color: 15456999.

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

Color convert

RGB231218235-
CMYK0.020.0700.08
HSL285.88º29.82%88.82%-
HSV(B)285.88º7.23%92.16%-
XYZ73.0273.1388.86-
YUV223.82134.31133.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.77%
GREEN value IS 218 (85.55% from 255) = 31.87%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=33.77%
G=31.87%
B=34.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312182350.020.0700.08285.8829.8288.82
HexE7DAEB270811e1e59
Octal3473323532701043636131
Binary1110011111011010111010111011101000100011110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAEB; }

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

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

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

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

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

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

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

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