#EDC9FE

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

Shades of Blue Chalk #EDC9FE

Tints of Blue Chalk #EDC9FE

Color information

#EDC9FE (or 0xEDC9FE) is unknown color: approx Blue Chalk. HEX triplet: ED, C9 and FE. RGB value is (237,201,254). Sum of RGB (Red+Green+Blue) = 237+201+254=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 201 (78.91% from 255 or 29.05% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9FE is #123601. Grayscale: #D9D9D9. Windows color (decimal): -1193474 or 16697837. OLE color: 16697837.

HSL color Cylindrical-coordinate representation of color #EDC9FE: hue angle of 280.75º 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 #EDC9FE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237201254-
CMYK0.070.2100.00
HSL280.75º96.36%89.22%-
HSV(B)280.75º20.87%99.61%-
XYZ73.766.93102.8-
YUV217.81148.43141.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 201 (78.91% from 255) = 29.05%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=34.25%
G=29.05%
B=36.71%

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
Decimal2372012540.070.2100.00280.7596.3689.22
HexEDC9FE715001196059
Octal35531137672500431140131
Binary111011011100100111111110111101010010001100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9FE; }

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

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

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

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

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

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

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

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