#EDCEF8

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

Shades of Blue Chalk #EDCEF8

Tints of Blue Chalk #EDCEF8

Color information

#EDCEF8 (or 0xEDCEF8) is unknown color: approx Blue Chalk. HEX triplet: ED, CE and F8. RGB value is (237,206,248). Sum of RGB (Red+Green+Blue) = 237+206+248=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 248 (97.27% from 255 or 35.89% from 691); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDCEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEF8 is #123107. Grayscale: #DBDBDB. Windows color (decimal): -1192200 or 16305901. OLE color: 16305901.

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

Color convert

RGB237206248-
CMYK0.040.1700.03
HSL284.29º75%89.02%-
HSV(B)284.29º16.94%97.25%-
XYZ73.9468.9298.21-
YUV220.06143.77140.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 206 (80.86% from 255) = 29.81%
BLUE value IS 248 (97.27% from 255) = 35.89%
R=34.30%
G=29.81%
B=35.89%

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
Decimal2372062480.040.1700.03284.297589.02
HexEDCEF84110311c4b59
Octal35531637042103434113131
Binary1110110111001110111110001001000101110001110010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEF8; }

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

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

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

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

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

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

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

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