#EDC8FE

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

Shades of Blue Chalk #EDC8FE

Tints of Blue Chalk #EDC8FE

Color information

#EDC8FE (or 0xEDC8FE) is unknown color: approx Blue Chalk. HEX triplet: ED, C8 and FE. RGB value is (237,200,254). Sum of RGB (Red+Green+Blue) = 237+200+254=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 200 (78.52% from 255 or 28.94% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8FE is #123701. Grayscale: #D9D9D9. Windows color (decimal): -1193730 or 16697581. OLE color: 16697581.

HSL color Cylindrical-coordinate representation of color #EDC8FE: hue angle of 281.11º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC8FE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237200254-
CMYK0.070.2100.00
HSL281.11º96.43%89.02%-
HSV(B)281.11º21.26%99.61%-
XYZ73.4766.47102.72-
YUV217.22148.76142.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 200 (78.52% from 255) = 28.94%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=34.30%
G=28.94%
B=36.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372002540.070.2100.00281.1196.4389.02
HexEDC8FE715001196059
Octal35531037672500431140131
Binary111011011100100011111110111101010010001100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8FE; }

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

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

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

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

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

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

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

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