#EDCFFA

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

Shades of Blue Chalk #EDCFFA

Tints of Blue Chalk #EDCFFA

Color information

#EDCFFA (or 0xEDCFFA) is unknown color: approx Blue Chalk. HEX triplet: ED, CF and FA. RGB value is (237,207,250). Sum of RGB (Red+Green+Blue) = 237+207+250=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 207 (81.25% from 255 or 29.83% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDCFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFFA is #123005. Grayscale: #DCDCDC. Windows color (decimal): -1191942 or 16437229. OLE color: 16437229.

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

Color convert

RGB237207250-
CMYK0.050.1700.02
HSL281.86º81.13%89.61%-
HSV(B)281.86º17.2%98.04%-
XYZ74.4969.5399.94-
YUV220.87144.44139.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 207 (81.25% from 255) = 29.83%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=34.15%
G=29.83%
B=36.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372072500.050.1700.02281.8681.1389.61
HexEDCFFA5110211a515a
Octal35531737252102432121132
Binary1110110111001111111110101011000101010001101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFFA; }

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

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

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

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

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

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

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

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