#EDC8FC

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

Shades of Blue Chalk #EDC8FC

Tints of Blue Chalk #EDC8FC

Color information

#EDC8FC (or 0xEDC8FC) is unknown color: approx Blue Chalk. HEX triplet: ED, C8 and FC. RGB value is (237,200,252). Sum of RGB (Red+Green+Blue) = 237+200+252=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 200 (78.52% from 255 or 29.03% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8FC is #123703. Grayscale: #D8D8D8. Windows color (decimal): -1193732 or 16566509. OLE color: 16566509.

HSL color Cylindrical-coordinate representation of color #EDC8FC: hue angle of 282.69º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC8FC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237200252-
CMYK0.060.2100.01
HSL282.69º89.66%88.63%-
HSV(B)282.69º20.63%98.82%-
XYZ73.1566.34101.05-
YUV216.99147.76142.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 200 (78.52% from 255) = 29.03%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=34.40%
G=29.03%
B=36.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372002520.060.2100.01282.6989.6688.63
HexEDC8FC6150111b5a59
Octal35531037462501433132131
Binary111011011100100011111100110101010110001101110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8FC; }

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

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

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

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

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

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

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

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