#EDD5F6

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

Shades of Blue Chalk #EDD5F6

Tints of Blue Chalk #EDD5F6

Color information

#EDD5F6 (or 0xEDD5F6) is unknown color: approx Blue Chalk. HEX triplet: ED, D5 and F6. RGB value is (237,213,246). Sum of RGB (Red+Green+Blue) = 237+213+246=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 213 (83.59% from 255 or 30.60% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDD5F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5F6 is #122A09. Grayscale: #DFDFDF. Windows color (decimal): -1190410 or 16176621. OLE color: 16176621.

HSL color Cylindrical-coordinate representation of color #EDD5F6: hue angle of 283.64º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDD5F6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237213246-
CMYK0.040.1300.04
HSL283.64º64.71%90%-
HSV(B)283.64º13.41%96.47%-
XYZ75.3572.2597.16-
YUV223.94140.45137.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 213 (83.59% from 255) = 30.60%
BLUE value IS 246 (96.48% from 255) = 35.34%
R=34.05%
G=30.60%
B=35.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372132460.040.1300.04283.6464.7190
HexEDD5F64D0411c415a
Octal35532536641504434101132
Binary1110110111010101111101101001101010010001110010000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5F6; }

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

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

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

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

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

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

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

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