#E8DBF0

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

Shades of Blue Chalk #E8DBF0

Tints of Blue Chalk #E8DBF0

Color information

#E8DBF0 (or 0xE8DBF0) is unknown color: approx Blue Chalk. HEX triplet: E8, DB and F0. RGB value is (232,219,240). Sum of RGB (Red+Green+Blue) = 232+219+240=691 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.57% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8DBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DBF0 is #17240F. Grayscale: #E1E1E1. Windows color (decimal): -1516560 or 15784936. OLE color: 15784936.

HSL color Cylindrical-coordinate representation of color #E8DBF0: hue angle of 277.14º 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 #E8DBF0 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232219240-
CMYK0.030.0900.06
HSL277.14º41.18%90%-
HSV(B)277.14º8.75%94.12%-
XYZ74.3474.1192.82-
YUV225.28136.31132.79-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.57%
GREEN value IS 219 (85.94% from 255) = 31.69%
BLUE value IS 240 (94.14% from 255) = 34.73%
R=33.57%
G=31.69%
B=34.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322192400.030.0900.06277.1441.1890
HexE8DBF03906115295a
Octal3503333603110642551132
Binary11101000110110111111000011100101101000101011010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DBF0; }

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

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

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

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

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

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

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

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