#E8DBF1

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

Shades of Blue Chalk #E8DBF1

Tints of Blue Chalk #E8DBF1

Color information

#E8DBF1 (or 0xE8DBF1) is unknown color: approx Blue Chalk. HEX triplet: E8, DB and F1. RGB value is (232,219,241). Sum of RGB (Red+Green+Blue) = 232+219+241=692 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.53% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8DBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DBF1 is #17240E. Grayscale: #E1E1E1. Windows color (decimal): -1516559 or 15850472. OLE color: 15850472.

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

Color convert

RGB232219241-
CMYK0.040.0900.05
HSL275.45º44%90.2%-
HSV(B)275.45º9.13%94.51%-
XYZ74.4974.1793.61-
YUV225.4136.81132.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.53%
GREEN value IS 219 (85.94% from 255) = 31.65%
BLUE value IS 241 (94.53% from 255) = 34.83%
R=33.53%
G=31.65%
B=34.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322192410.040.0900.05275.454490.2
HexE8DBF149051132c5a
Octal3503333614110542354132
Binary111010001101101111110001100100101011000100111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DBF1; }

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

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

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

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

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

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

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

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