#EDCDFA

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

Shades of Blue Chalk #EDCDFA

Tints of Blue Chalk #EDCDFA

Color information

#EDCDFA (or 0xEDCDFA) is unknown color: approx Blue Chalk. HEX triplet: ED, CD and FA. RGB value is (237,205,250). Sum of RGB (Red+Green+Blue) = 237+205+250=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDCDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDFA is #123205. Grayscale: #DBDBDB. Windows color (decimal): -1192454 or 16436717. OLE color: 16436717.

HSL color Cylindrical-coordinate representation of color #EDCDFA: hue angle of 282.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDCDFA is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237205250-
CMYK0.050.1800.02
HSL282.67º81.82%89.22%-
HSV(B)282.67º18%98.04%-
XYZ74.0168.5799.78-
YUV219.7145.1140.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 205 (80.47% from 255) = 29.62%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=34.25%
G=29.62%
B=36.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372052500.050.1800.02282.6781.8289.22
HexEDCDFA5120211b5259
Octal35531537252202433122131
Binary1110110111001101111110101011001001010001101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDFA; }

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

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

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

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

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

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

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

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