#E6DAF6

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

Shades of Blue Chalk #E6DAF6

Tints of Blue Chalk #E6DAF6

Color information

#E6DAF6 (or 0xE6DAF6) is unknown color: approx Blue Chalk. HEX triplet: E6, DA and F6. RGB value is (230,218,246). Sum of RGB (Red+Green+Blue) = 230+218+246=694 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.14% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6DAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAF6 is #192509. Grayscale: #E0E0E0. Windows color (decimal): -1647882 or 16177894. OLE color: 16177894.

HSL color Cylindrical-coordinate representation of color #E6DAF6: hue angle of 265.71º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6DAF6 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB230218246-
CMYK0.070.1100.04
HSL265.71º60.87%90.98%-
HSV(B)265.71º11.38%96.47%-
XYZ74.3473.6297.48-
YUV224.78139.98131.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.14%
GREEN value IS 218 (85.55% from 255) = 31.41%
BLUE value IS 246 (96.48% from 255) = 35.45%
R=33.14%
G=31.41%
B=35.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302182460.070.1100.04265.7160.8790.98
HexE6DAF67B0410a3d5b
Octal3463323667130441275133
Binary111001101101101011110110111101101001000010101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAF6; }

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

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

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

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

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

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

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

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