#EDDAF7

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

Shades of Blue Chalk #EDDAF7

Tints of Blue Chalk #EDDAF7

Color information

#EDDAF7 (or 0xEDDAF7) is unknown color: approx Blue Chalk. HEX triplet: ED, DA and F7. RGB value is (237,218,247). Sum of RGB (Red+Green+Blue) = 237+218+247=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDDAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAF7 is #122508. Grayscale: #E2E2E2. Windows color (decimal): -1189129 or 16243437. OLE color: 16243437.

HSL color Cylindrical-coordinate representation of color #EDDAF7: hue angle of 279.31º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDDAF7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237218247-
CMYK0.040.1200.03
HSL279.31º64.44%91.18%-
HSV(B)279.31º11.74%96.86%-
XYZ76.7874.8698.4-
YUV226.99139.29135.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.76%
GREEN value IS 218 (85.55% from 255) = 31.05%
BLUE value IS 247 (96.88% from 255) = 35.19%
R=33.76%
G=31.05%
B=35.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372182470.040.1200.03279.3164.4491.18
HexEDDAF74C03117405b
Octal35533236741403427100133
Binary111011011101101011110111100110001110001011110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAF7; }

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

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

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

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

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

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

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

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