#E6DAF4

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

Shades of Blue Chalk #E6DAF4

Tints of Blue Chalk #E6DAF4

Color information

#E6DAF4 (or 0xE6DAF4) is unknown color: approx Blue Chalk. HEX triplet: E6, DA and F4. RGB value is (230,218,244). Sum of RGB (Red+Green+Blue) = 230+218+244=692 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.24% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 244 (95.70% from 255 or 35.26% from 692); Max value from RGB is 244 - color contains mainly: blue. Hex color #E6DAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAF4 is #19250B. Grayscale: #E0E0E0. Windows color (decimal): -1647884 or 16046822. OLE color: 16046822.

HSL color Cylindrical-coordinate representation of color #E6DAF4: hue angle of 267.69º degrees, saturation: 0.54, 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 #E6DAF4 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB230218244-
CMYK0.060.1100.04
HSL267.69º54.17%90.59%-
HSV(B)267.69º10.66%95.69%-
XYZ74.0373.595.87-
YUV224.55138.98131.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.24%
GREEN value IS 218 (85.55% from 255) = 31.50%
BLUE value IS 244 (95.70% from 255) = 35.26%
R=33.24%
G=31.50%
B=35.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302182440.060.1100.04267.6954.1790.59
HexE6DAF46B0410c365b
Octal3463323646130441466133
Binary111001101101101011110100110101101001000011001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAF4; }

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

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

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

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

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

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

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

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