#E6D9EC

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

Shades of Blue Chalk #E6D9EC

Tints of Blue Chalk #E6D9EC

Color information

#E6D9EC (or 0xE6D9EC) is unknown color: approx Blue Chalk. HEX triplet: E6, D9 and EC. RGB value is (230,217,236). Sum of RGB (Red+Green+Blue) = 230+217+236=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 217 (85.16% from 255 or 31.77% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6D9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D9EC is #192613. Grayscale: #DEDEDE. Windows color (decimal): -1648148 or 15522278. OLE color: 15522278.

HSL color Cylindrical-coordinate representation of color #E6D9EC: hue angle of 281.05º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6D9EC is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230217236-
CMYK0.030.0800.07
HSL281.05º33.33%88.82%-
HSV(B)281.05º8.05%92.55%-
XYZ72.5972.589.53-
YUV223.05135.31132.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.67%
GREEN value IS 217 (85.16% from 255) = 31.77%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=33.67%
G=31.77%
B=34.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302172360.030.0800.07281.0533.3388.82
HexE6D9EC38071192159
Octal3463313543100743141131
Binary11100110110110011110110011100001111000110011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D9EC; }

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

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

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

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

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

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

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

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