#E5DBF0

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

Shades of Blue Chalk #E5DBF0

Tints of Blue Chalk #E5DBF0

Color information

#E5DBF0 (or 0xE5DBF0) is unknown color: approx Blue Chalk. HEX triplet: E5, DB and F0. RGB value is (229,219,240). Sum of RGB (Red+Green+Blue) = 229+219+240=688 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.28% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBF0 is #1A240F. Grayscale: #E0E0E0. Windows color (decimal): -1713168 or 15784933. OLE color: 15784933.

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

Color convert

RGB229219240-
CMYK0.050.0900.06
HSL268.57º41.18%90%-
HSV(B)268.57º8.75%94.12%-
XYZ73.3773.6192.78-
YUV224.38136.81131.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.28%
GREEN value IS 219 (85.94% from 255) = 31.83%
BLUE value IS 240 (94.14% from 255) = 34.88%
R=33.28%
G=31.83%
B=34.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292192400.050.0900.06268.5741.1890
HexE5DBF0590610d295a
Octal3453333605110641551132
Binary111001011101101111110000101100101101000011011010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DBF0; }

 p { color: rgb(229,219,240); }

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

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

 a { background-color: rgb(229,219,240); }

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

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

 span { border-color: rgb(229,219,240); }

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