#EDCFF9

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

Shades of Blue Chalk #EDCFF9

Tints of Blue Chalk #EDCFF9

Color information

#EDCFF9 (or 0xEDCFF9) is unknown color: approx Blue Chalk. HEX triplet: ED, CF and F9. RGB value is (237,207,249). Sum of RGB (Red+Green+Blue) = 237+207+249=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDCFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFF9 is #123006. Grayscale: #DCDCDC. Windows color (decimal): -1191943 or 16371693. OLE color: 16371693.

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

Color convert

RGB237207249-
CMYK0.050.1700.02
HSL282.86º77.78%89.41%-
HSV(B)282.86º16.87%97.65%-
XYZ74.3469.4799.11-
YUV220.76143.94139.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 207 (81.25% from 255) = 29.87%
BLUE value IS 249 (97.66% from 255) = 35.93%
R=34.20%
G=29.87%
B=35.93%

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
Decimal2372072490.050.1700.02282.8677.7889.41
HexEDCFF95110211b4e59
Octal35531737152102433116131
Binary1110110111001111111110011011000101010001101110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFF9; }

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

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

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

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

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

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

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

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