#E7DBED

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

Shades of Blue Chalk #E7DBED

Tints of Blue Chalk #E7DBED

Color information

#E7DBED (or 0xE7DBED) is unknown color: approx Blue Chalk. HEX triplet: E7, DB and ED. RGB value is (231,219,237). Sum of RGB (Red+Green+Blue) = 231+219+237=687 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.62% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7DBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBED is #182412. Grayscale: #E0E0E0. Windows color (decimal): -1582099 or 15588327. OLE color: 15588327.

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

Color convert

RGB231219237-
CMYK0.030.0800.07
HSL280º33.33%89.41%-
HSV(B)280º7.59%92.94%-
XYZ73.5773.7790.48-
YUV224.64134.98132.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.62%
GREEN value IS 219 (85.94% from 255) = 31.88%
BLUE value IS 237 (92.97% from 255) = 34.50%
R=33.62%
G=31.88%
B=34.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312192370.030.0800.0728033.3389.41
HexE7DBED38071182159
Octal3473333553100743041131
Binary11100111110110111110110111100001111000110001000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBED; }

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

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

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

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

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

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

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

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