#E7DBEF

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

Shades of Blue Chalk #E7DBEF

Tints of Blue Chalk #E7DBEF

Color information

#E7DBEF (or 0xE7DBEF) is unknown color: approx Blue Chalk. HEX triplet: E7, DB and EF. RGB value is (231,219,239). Sum of RGB (Red+Green+Blue) = 231+219+239=689 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.53% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7DBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBEF is #182410. Grayscale: #E0E0E0. Windows color (decimal): -1582097 or 15719399. OLE color: 15719399.

HSL color Cylindrical-coordinate representation of color #E7DBEF: hue angle of 276º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7DBEF is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231219239-
CMYK0.030.0800.06
HSL276º38.46%89.8%-
HSV(B)276º8.37%93.73%-
XYZ73.8773.8892.03-
YUV224.87135.98132.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.53%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=33.53%
G=31.79%
B=34.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312192390.030.0800.0627638.4689.8
HexE7DBEF3806114265a
Octal3473333573100642446132
Binary11100111110110111110111111100001101000101001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBEF; }

 p { color: rgb(231,219,239); }

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

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

 a { background-color: rgb(231,219,239); }

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

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

 span { border-color: rgb(231,219,239); }

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