#E6DAED

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

Shades of Blue Chalk #E6DAED

Tints of Blue Chalk #E6DAED

Color information

#E6DAED (or 0xE6DAED) is unknown color: approx Blue Chalk. HEX triplet: E6, DA and ED. RGB value is (230,218,237). Sum of RGB (Red+Green+Blue) = 230+218+237=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6DAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAED is #192512. Grayscale: #DFDFDF. Windows color (decimal): -1647891 or 15588070. OLE color: 15588070.

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

Color convert

RGB230218237-
CMYK0.030.0800.07
HSL277.89º34.55%89.22%-
HSV(B)277.89º8.02%92.94%-
XYZ72.9973.0890.38-
YUV223.75135.48132.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.58%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=33.58%
G=31.82%
B=34.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302182370.030.0800.07277.8934.5589.22
HexE6DAED38071162359
Octal3463323553100742643131
Binary11100110110110101110110111100001111000101101000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAED; }

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

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

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

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

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

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

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

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