#E6DAEA

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

Shades of Blue Chalk #E6DAEA

Tints of Blue Chalk #E6DAEA

Color information

#E6DAEA (or 0xE6DAEA) is unknown color: approx Blue Chalk. HEX triplet: E6, DA and EA. RGB value is (230,218,234). Sum of RGB (Red+Green+Blue) = 230+218+234=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6DAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAEA is #192515. Grayscale: #DFDFDF. Windows color (decimal): -1647894 or 15391462. OLE color: 15391462.

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

Color convert

RGB230218234-
CMYK0.020.0700.08
HSL285º27.59%88.63%-
HSV(B)285º6.84%91.76%-
XYZ72.5672.9188.09-
YUV223.41133.98132.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.72%
GREEN value IS 218 (85.55% from 255) = 31.96%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=33.72%
G=31.96%
B=34.31%

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
Decimal2302182340.020.0700.0828527.5988.63
HexE6DAEA270811d1c59
Octal3463323522701043534131
Binary1110011011011010111010101011101000100011101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAEA; }

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

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

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

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

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

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

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

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