#E6DCEF

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

Shades of Blue Chalk #E6DCEF

Tints of Blue Chalk #E6DCEF

Color information

#E6DCEF (or 0xE6DCEF) is unknown color: approx Blue Chalk. HEX triplet: E6, DC and EF. RGB value is (230,220,239). Sum of RGB (Red+Green+Blue) = 230+220+239=689 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.38% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCEF is #192310. Grayscale: #E1E1E1. Windows color (decimal): -1647377 or 15719654. OLE color: 15719654.

HSL color Cylindrical-coordinate representation of color #E6DCEF: hue angle of 271.58º degrees, saturation: 0.37, 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 #E6DCEF is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230220239-
CMYK0.040.0800.06
HSL271.58º37.25%90%-
HSV(B)271.58º7.95%93.73%-
XYZ73.8174.2492.1-
YUV225.16135.81131.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.38%
GREEN value IS 220 (86.33% from 255) = 31.93%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=33.38%
G=31.93%
B=34.69%

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
Decimal2302202390.040.0800.06271.5837.2590
HexE6DCEF4806110255a
Octal3463343574100642045132
Binary111001101101110011101111100100001101000100001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCEF; }

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

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

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

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

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

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

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

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