#E6D6EF

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

Shades of Blue Chalk #E6D6EF

Tints of Blue Chalk #E6D6EF

Color information

#E6D6EF (or 0xE6D6EF) is unknown color: approx Blue Chalk. HEX triplet: E6, D6 and EF. RGB value is (230,214,239). Sum of RGB (Red+Green+Blue) = 230+214+239=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 214 (83.98% from 255 or 31.33% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6D6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D6EF is #192910. Grayscale: #DDDDDD. Windows color (decimal): -1648913 or 15718118. OLE color: 15718118.

HSL color Cylindrical-coordinate representation of color #E6D6EF: hue angle of 278.4º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6D6EF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230214239-
CMYK0.040.1000.06
HSL278.4º43.86%88.82%-
HSV(B)278.4º10.46%93.73%-
XYZ72.2671.1591.59-
YUV221.63137.8133.97-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.67%
GREEN value IS 214 (83.98% from 255) = 31.33%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=33.67%
G=31.33%
B=34.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302142390.040.1000.06278.443.8688.82
HexE6D6EF4A061162c59
Octal3463263574120642654131
Binary111001101101011011101111100101001101000101101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D6EF; }

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

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

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

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

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

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

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

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