#E3DBED

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

Shades of Blue Chalk #E3DBED

Tints of Blue Chalk #E3DBED

Color information

#E3DBED (or 0xE3DBED) is unknown color: approx Blue Chalk. HEX triplet: E3, DB and ED. RGB value is (227,219,237). Sum of RGB (Red+Green+Blue) = 227+219+237=683 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.24% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DBED is #1C2412. Grayscale: #DFDFDF. Windows color (decimal): -1844243 or 15588323. OLE color: 15588323.

HSL color Cylindrical-coordinate representation of color #E3DBED: hue angle of 266.67º 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 #E3DBED is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227219237-
CMYK0.040.0800.07
HSL266.67º33.33%89.41%-
HSV(B)266.67º7.59%92.94%-
XYZ72.373.1190.42-
YUV223.44135.65130.54-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.24%
GREEN value IS 219 (85.94% from 255) = 32.06%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=33.24%
G=32.06%
B=34.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2272192370.040.0800.07266.6733.3389.41
HexE3DBED480710b2159
Octal3433333554100741341131
Binary111000111101101111101101100100001111000010111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DBED; }

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

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

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

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

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

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

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

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