#E6D9EB

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

Shades of Blue Chalk #E6D9EB

Tints of Blue Chalk #E6D9EB

Color information

#E6D9EB (or 0xE6D9EB) is unknown color: approx Blue Chalk. HEX triplet: E6, D9 and EB. RGB value is (230,217,235). Sum of RGB (Red+Green+Blue) = 230+217+235=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6D9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D9EB is #192614. Grayscale: #DEDEDE. Windows color (decimal): -1648149 or 15456742. OLE color: 15456742.

HSL color Cylindrical-coordinate representation of color #E6D9EB: hue angle of 283.33º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6D9EB is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230217235-
CMYK0.020.0800.08
HSL283.33º31.03%88.63%-
HSV(B)283.33º7.66%92.16%-
XYZ72.4472.4588.76-
YUV222.94134.81133.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.72%
GREEN value IS 217 (85.16% from 255) = 31.82%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=33.72%
G=31.82%
B=34.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302172350.020.0800.08283.3331.0388.63
HexE6D9EB280811b1f59
Octal34633135321001043337131
Binary11100110110110011110101110100001000100011011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D9EB; }

 p { color: rgb(230,217,235); }

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

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

 a { background-color: rgb(230,217,235); }

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

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

 span { border-color: rgb(230,217,235); }

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