#E6DAF2

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

Shades of Blue Chalk #E6DAF2

Tints of Blue Chalk #E6DAF2

Color information

#E6DAF2 (or 0xE6DAF2) is unknown color: approx Blue Chalk. HEX triplet: E6, DA and F2. RGB value is (230,218,242). Sum of RGB (Red+Green+Blue) = 230+218+242=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6DAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAF2 is #19250D. Grayscale: #E0E0E0. Windows color (decimal): -1647886 or 15915750. OLE color: 15915750.

HSL color Cylindrical-coordinate representation of color #E6DAF2: hue angle of 270º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DAF2 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230218242-
CMYK0.050.1000.05
HSL270º48%90.2%-
HSV(B)270º9.92%94.9%-
XYZ73.7373.3894.28-
YUV224.32137.98132.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 31.59%
BLUE value IS 242 (94.92% from 255) = 35.07%
R=33.33%
G=31.59%
B=35.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302182420.050.1000.052704890.2
HexE6DAF25A0510e305a
Octal3463323625120541660132
Binary111001101101101011110010101101001011000011101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAF2; }

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

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

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

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

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

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

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

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