#E6D9EA

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

Shades of Blue Chalk #E6D9EA

Tints of Blue Chalk #E6D9EA

Color information

#E6D9EA (or 0xE6D9EA) is unknown color: approx Blue Chalk. HEX triplet: E6, D9 and EA. RGB value is (230,217,234). Sum of RGB (Red+Green+Blue) = 230+217+234=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6D9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D9EA is #192615. Grayscale: #DEDEDE. Windows color (decimal): -1648150 or 15391206. OLE color: 15391206.

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

Color convert

RGB230217234-
CMYK0.020.0700.08
HSL285.88º28.81%88.43%-
HSV(B)285.88º7.26%91.76%-
XYZ72.372.3988-
YUV222.82134.31133.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.77%
GREEN value IS 217 (85.16% from 255) = 31.86%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=33.77%
G=31.86%
B=34.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302172340.020.0700.08285.8828.8188.43
HexE6D9EA270811e1d58
Octal3463313522701043635130
Binary1110011011011001111010101011101000100011110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D9EA; }

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

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

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

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

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

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

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

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