#EDCDF7

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

Shades of Blue Chalk #EDCDF7

Tints of Blue Chalk #EDCDF7

Color information

#EDCDF7 (or 0xEDCDF7) is unknown color: approx Blue Chalk. HEX triplet: ED, CD and F7. RGB value is (237,205,247). Sum of RGB (Red+Green+Blue) = 237+205+247=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDCDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDF7 is #123208. Grayscale: #DBDBDB. Windows color (decimal): -1192457 or 16240109. OLE color: 16240109.

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

Color convert

RGB237205247-
CMYK0.040.1700.03
HSL285.71º72.41%88.63%-
HSV(B)285.71º17%96.86%-
XYZ73.5468.3897.32-
YUV219.36143.6140.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 205 (80.47% from 255) = 29.75%
BLUE value IS 247 (96.88% from 255) = 35.85%
R=34.40%
G=29.75%
B=35.85%

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
Decimal2372052470.040.1700.03285.7172.4188.63
HexEDCDF74110311e4859
Octal35531536742103436110131
Binary1110110111001101111101111001000101110001111010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDF7; }

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

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

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

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

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

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

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

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