#E6DBEF

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

Shades of Blue Chalk #E6DBEF

Tints of Blue Chalk #E6DBEF

Color information

#E6DBEF (or 0xE6DBEF) is unknown color: approx Blue Chalk. HEX triplet: E6, DB and EF. RGB value is (230,219,239). Sum of RGB (Red+Green+Blue) = 230+219+239=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6DBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBEF is #192410. Grayscale: #E0E0E0. Windows color (decimal): -1647633 or 15719398. OLE color: 15719398.

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

Color convert

RGB230219239-
CMYK0.040.0800.06
HSL273º38.46%89.8%-
HSV(B)273º8.37%93.73%-
XYZ73.5473.7292.01-
YUV224.57136.14131.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.43%
GREEN value IS 219 (85.94% from 255) = 31.83%
BLUE value IS 239 (93.75% from 255) = 34.74%
R=33.43%
G=31.83%
B=34.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302192390.040.0800.0627338.4689.8
HexE6DBEF4806111265a
Octal3463333574100642146132
Binary111001101101101111101111100100001101000100011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DBEF; }

 p { color: rgb(230,219,239); }

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

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

 a { background-color: rgb(230,219,239); }

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

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

 span { border-color: rgb(230,219,239); }

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