#EDC8F6

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

Shades of Blue Chalk #EDC8F6

Tints of Blue Chalk #EDC8F6

Color information

#EDC8F6 (or 0xEDC8F6) is unknown color: approx Blue Chalk. HEX triplet: ED, C8 and F6. RGB value is (237,200,246). Sum of RGB (Red+Green+Blue) = 237+200+246=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 200 (78.52% from 255 or 29.28% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDC8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8F6 is #123709. Grayscale: #D8D8D8. Windows color (decimal): -1193738 or 16173293. OLE color: 16173293.

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

Color convert

RGB237200246-
CMYK0.040.1900.04
HSL288.26º71.88%87.45%-
HSV(B)288.26º18.7%96.47%-
XYZ72.2165.9796.12-
YUV216.31144.76142.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 200 (78.52% from 255) = 29.28%
BLUE value IS 246 (96.48% from 255) = 36.02%
R=34.70%
G=29.28%
B=36.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372002460.040.1900.04288.2671.8887.45
HexEDC8F6413041204857
Octal35531036642304440110127
Binary11101101110010001111011010010011010010010000010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8F6; }

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

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

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

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

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

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

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

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