#EDCEFA

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

Shades of Blue Chalk #EDCEFA

Tints of Blue Chalk #EDCEFA

Color information

#EDCEFA (or 0xEDCEFA) is unknown color: approx Blue Chalk. HEX triplet: ED, CE and FA. RGB value is (237,206,250). Sum of RGB (Red+Green+Blue) = 237+206+250=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 206 (80.86% from 255 or 29.73% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDCEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEFA is #123105. Grayscale: #DCDCDC. Windows color (decimal): -1192198 or 16436973. OLE color: 16436973.

HSL color Cylindrical-coordinate representation of color #EDCEFA: hue angle of 282.27º degrees, saturation: 0.81, 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 #EDCEFA is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237206250-
CMYK0.050.1800.02
HSL282.27º81.48%89.41%-
HSV(B)282.27º17.6%98.04%-
XYZ74.2569.0599.86-
YUV220.28144.77139.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 206 (80.86% from 255) = 29.73%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=34.20%
G=29.73%
B=36.08%

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
Decimal2372062500.050.1800.02282.2781.4889.41
HexEDCEFA5120211a5159
Octal35531637252202432121131
Binary1110110111001110111110101011001001010001101010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEFA; }

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

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

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

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

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

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

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

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