#EDCBF7

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

Shades of Blue Chalk #EDCBF7

Tints of Blue Chalk #EDCBF7

Color information

#EDCBF7 (or 0xEDCBF7) is unknown color: approx Blue Chalk. HEX triplet: ED, CB and F7. RGB value is (237,203,247). Sum of RGB (Red+Green+Blue) = 237+203+247=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDCBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCBF7 is #123408. Grayscale: #DADADA. Windows color (decimal): -1192969 or 16239597. OLE color: 16239597.

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

Color convert

RGB237203247-
CMYK0.040.1800.03
HSL286.36º73.33%88.24%-
HSV(B)286.36º17.81%96.86%-
XYZ73.0767.4397.16-
YUV218.18144.26141.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 203 (79.69% from 255) = 29.55%
BLUE value IS 247 (96.88% from 255) = 35.95%
R=34.50%
G=29.55%
B=35.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372032470.040.1800.03286.3673.3388.24
HexEDCBF74120311e4958
Octal35531336742203436111130
Binary1110110111001011111101111001001001110001111010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBF7; }

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

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

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

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

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

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

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

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