#E8DBF9

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

Shades of Blue Chalk #E8DBF9

Tints of Blue Chalk #E8DBF9

Color information

#E8DBF9 (or 0xE8DBF9) is unknown color: approx Blue Chalk. HEX triplet: E8, DB and F9. RGB value is (232,219,249). Sum of RGB (Red+Green+Blue) = 232+219+249=700 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.14% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8DBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DBF9 is #172406. Grayscale: #E2E2E2. Windows color (decimal): -1516551 or 16374760. OLE color: 16374760.

HSL color Cylindrical-coordinate representation of color #E8DBF9: hue angle of 266º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8DBF9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232219249-
CMYK0.070.1200.02
HSL266º71.43%91.76%-
HSV(B)266º12.05%97.65%-
XYZ75.7174.66100.04-
YUV226.31140.81132.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.14%
GREEN value IS 219 (85.94% from 255) = 31.29%
BLUE value IS 249 (97.66% from 255) = 35.57%
R=33.14%
G=31.29%
B=35.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322192490.070.1200.0226671.4391.76
HexE8DBF97C0210a475c
Octal35033337171402412107134
Binary111010001101101111111001111110001010000101010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DBF9; }

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

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

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

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

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

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

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

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