#E6DAEF

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

Shades of Blue Chalk #E6DAEF

Tints of Blue Chalk #E6DAEF

Color information

#E6DAEF (or 0xE6DAEF) is unknown color: approx Blue Chalk. HEX triplet: E6, DA and EF. RGB value is (230,218,239). Sum of RGB (Red+Green+Blue) = 230+218+239=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6DAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAEF is #192510. Grayscale: #DFDFDF. Windows color (decimal): -1647889 or 15719142. OLE color: 15719142.

HSL color Cylindrical-coordinate representation of color #E6DAEF: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6DAEF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230218239-
CMYK0.040.0900.06
HSL274.29º39.62%89.61%-
HSV(B)274.29º8.79%93.73%-
XYZ73.2873.291.93-
YUV223.98136.48132.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.48%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 239 (93.75% from 255) = 34.79%
R=33.48%
G=31.73%
B=34.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302182390.040.0900.06274.2939.6289.61
HexE6DAEF4906112285a
Octal3463323574110642250132
Binary111001101101101011101111100100101101000100101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAEF; }

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

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

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

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

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

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

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

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