Html Css Color HEX #E6DAED Blue Chalk

📋 copy color: '#E6DAED'

red 230 ◦ green 218 ◦ blue 237

#E6DAED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #E6DAED

Tints of Blue Chalk #E6DAED

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.6%

R = 33.58%
G = 31.82%
B = 34.6%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6DAED (or 0xE6DAED) is known color: 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

RGB 230 218 237 -
CMYK 0.03 0.08 0 0.07
HSL 277.89º 0.35% 0.89% -
HSV(B) 277.89º 0.08% 0.93% -
XYZ 72.99 73.08 90.38 -
YUV 223.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 230 218 237 0.03 0.08 0 0.07 277.89 0.35 0.89
Hex E6 DA ED 3 8 0 7 116 23 59
Octal 346 332 355 3 10 0 7 426 43 131
Binary 11100110 11011010 11101101 11 1000 0 111 100010110 100011 1011001

Color Harmonies of #E6DAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DAED

Black with #E6DAED

Text Example


Text Example

White with #E6DAED

Text Example


Text Example

HTML Codes & Css Web 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>