#E6D8EB

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

Shades of Blue Chalk #E6D8EB

Tints of Blue Chalk #E6D8EB

Color information

#E6D8EB (or 0xE6D8EB) is unknown color: approx Blue Chalk. HEX triplet: E6, D8 and EB. RGB value is (230,216,235). Sum of RGB (Red+Green+Blue) = 230+216+235=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 216 (84.77% from 255 or 31.72% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6D8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D8EB is #192714. Grayscale: #DEDEDE. Windows color (decimal): -1648405 or 15456486. OLE color: 15456486.

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

Color convert

RGB230216235-
CMYK0.020.0800.08
HSL284.21º32.2%88.43%-
HSV(B)284.21º8.09%92.16%-
XYZ72.1871.9388.68-
YUV222.35135.14133.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.77%
GREEN value IS 216 (84.77% from 255) = 31.72%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=33.77%
G=31.72%
B=34.51%

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
Decimal2302162350.020.0800.08284.2132.288.43
HexE6D8EB280811c2058
Octal34633035321001043440130
Binary111001101101100011101011101000010001000111001000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D8EB; }

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

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

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

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

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

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

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

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