#EDC9FA

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

Shades of Blue Chalk #EDC9FA

Tints of Blue Chalk #EDC9FA

Color information

#EDC9FA (or 0xEDC9FA) is unknown color: approx Blue Chalk. HEX triplet: ED, C9 and FA. RGB value is (237,201,250). Sum of RGB (Red+Green+Blue) = 237+201+250=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 201 (78.91% from 255 or 29.22% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDC9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9FA is #123605. Grayscale: #D9D9D9. Windows color (decimal): -1193478 or 16435693. OLE color: 16435693.

HSL color Cylindrical-coordinate representation of color #EDC9FA: hue angle of 284.08º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC9FA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237201250-
CMYK0.050.2000.02
HSL284.08º83.05%88.43%-
HSV(B)284.08º19.6%98.04%-
XYZ73.0766.6899.46-
YUV217.35146.43142.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.45%
GREEN value IS 201 (78.91% from 255) = 29.22%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=34.45%
G=29.22%
B=36.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372012500.050.2000.02284.0883.0588.43
HexEDC9FA5140211c5358
Octal35531137252402434123130
Binary1110110111001001111110101011010001010001110010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9FA; }

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

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

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

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

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

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

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

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