#E6DAF9

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

Shades of Blue Chalk #E6DAF9

Tints of Blue Chalk #E6DAF9

Color information

#E6DAF9 (or 0xE6DAF9) is unknown color: approx Blue Chalk. HEX triplet: E6, DA and F9. RGB value is (230,218,249). Sum of RGB (Red+Green+Blue) = 230+218+249=697 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.00% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6DAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAF9 is #192506. Grayscale: #E1E1E1. Windows color (decimal): -1647879 or 16374502. OLE color: 16374502.

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

Color convert

RGB230218249-
CMYK0.080.1200.02
HSL263.23º72.09%91.57%-
HSV(B)263.23º12.45%97.65%-
XYZ74.873.8199.93-
YUV225.12141.48131.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.00%
GREEN value IS 218 (85.55% from 255) = 31.28%
BLUE value IS 249 (97.66% from 255) = 35.72%
R=33.00%
G=31.28%
B=35.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302182490.080.1200.02263.2372.0991.57
HexE6DAF98C02107485c
Octal346332371101402407110134
Binary1110011011011010111110011000110001010000011110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAF9; }

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

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

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

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

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

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

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

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