#E6DCEB

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

Shades of Blue Chalk #E6DCEB

Tints of Blue Chalk #E6DCEB

Color information

#E6DCEB (or 0xE6DCEB) is unknown color: approx Blue Chalk. HEX triplet: E6, DC and EB. RGB value is (230,220,235). Sum of RGB (Red+Green+Blue) = 230+220+235=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6DCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCEB is #192314. Grayscale: #E0E0E0. Windows color (decimal): -1647381 or 15457510. OLE color: 15457510.

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

Color convert

RGB230220235-
CMYK0.020.0600.08
HSL280º27.27%89.22%-
HSV(B)280º6.38%92.16%-
XYZ73.2274.0189.02-
YUV224.7133.81131.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.58%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=33.58%
G=32.12%
B=34.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302202350.020.0600.0828027.2789.22
HexE6DCEB26081181b59
Octal3463343532601043033131
Binary1110011011011100111010111011001000100011000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCEB; }

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

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

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

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

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

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

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

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