#EDDAF6

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

Shades of Blue Chalk #EDDAF6

Tints of Blue Chalk #EDDAF6

Color information

#EDDAF6 (or 0xEDDAF6) is unknown color: approx Blue Chalk. HEX triplet: ED, DA and F6. RGB value is (237,218,246). Sum of RGB (Red+Green+Blue) = 237+218+246=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDDAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAF6 is #122509. Grayscale: #E2E2E2. Windows color (decimal): -1189130 or 16177901. OLE color: 16177901.

HSL color Cylindrical-coordinate representation of color #EDDAF6: hue angle of 280.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 #EDDAF6 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237218246-
CMYK0.040.1100.04
HSL280.71º60.87%90.98%-
HSV(B)280.71º11.38%96.47%-
XYZ76.6374.897.59-
YUV226.87138.79135.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 218 (85.55% from 255) = 31.10%
BLUE value IS 246 (96.48% from 255) = 35.09%
R=33.81%
G=31.10%
B=35.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372182460.040.1100.04280.7160.8790.98
HexEDDAF64B041193d5b
Octal3553323664130443175133
Binary111011011101101011110110100101101001000110011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAF6; }

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

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

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

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

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

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

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

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