#E5DBF4

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

Shades of Blue Chalk #E5DBF4

Tints of Blue Chalk #E5DBF4

Color information

#E5DBF4 (or 0xE5DBF4) is unknown color: approx Blue Chalk. HEX triplet: E5, DB and F4. RGB value is (229,219,244). Sum of RGB (Red+Green+Blue) = 229+219+244=692 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.09% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 244 (95.70% from 255 or 35.26% from 692); Max value from RGB is 244 - color contains mainly: blue. Hex color #E5DBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBF4 is #1A240B. Grayscale: #E0E0E0. Windows color (decimal): -1713164 or 16047077. OLE color: 16047077.

HSL color Cylindrical-coordinate representation of color #E5DBF4: hue angle of 264º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5DBF4 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB229219244-
CMYK0.060.1000.04
HSL264º53.19%90.78%-
HSV(B)264º10.25%95.69%-
XYZ73.9773.8595.94-
YUV224.84138.81130.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.09%
GREEN value IS 219 (85.94% from 255) = 31.65%
BLUE value IS 244 (95.70% from 255) = 35.26%
R=33.09%
G=31.65%
B=35.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2292192440.060.1000.0426453.1990.78
HexE5DBF46A04108355b
Octal3453333646120441065133
Binary111001011101101111110100110101001001000010001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DBF4; }

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

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

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

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

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

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

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

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