#EDCEF7

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

Shades of Blue Chalk #EDCEF7

Tints of Blue Chalk #EDCEF7

Color information

#EDCEF7 (or 0xEDCEF7) is unknown color: approx Blue Chalk. HEX triplet: ED, CE and F7. RGB value is (237,206,247). Sum of RGB (Red+Green+Blue) = 237+206+247=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDCEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEF7 is #123108. Grayscale: #DBDBDB. Windows color (decimal): -1192201 or 16240365. OLE color: 16240365.

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

Color convert

RGB237206247-
CMYK0.040.1700.03
HSL285.37º71.93%88.82%-
HSV(B)285.37º16.6%96.86%-
XYZ73.7868.8697.4-
YUV219.94143.27140.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 206 (80.86% from 255) = 29.86%
BLUE value IS 247 (96.88% from 255) = 35.80%
R=34.35%
G=29.86%
B=35.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372062470.040.1700.03285.3771.9388.82
HexEDCEF74110311d4859
Octal35531636742103435110131
Binary1110110111001110111101111001000101110001110110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEF7; }

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

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

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

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

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

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

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

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