#EDCFF4

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

Shades of Blue Chalk #EDCFF4

Tints of Blue Chalk #EDCFF4

Color information

#EDCFF4 (or 0xEDCFF4) is unknown color: approx Blue Chalk. HEX triplet: ED, CF and F4. RGB value is (237,207,244). Sum of RGB (Red+Green+Blue) = 237+207+244=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 244 (95.70% from 255 or 35.47% from 688); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDCFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFF4 is #12300B. Grayscale: #DCDCDC. Windows color (decimal): -1191948 or 16044013. OLE color: 16044013.

HSL color Cylindrical-coordinate representation of color #EDCFF4: hue angle of 288.65º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCFF4 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237207244-
CMYK0.030.1500.04
HSL288.65º62.71%88.43%-
HSV(B)288.65º15.16%95.69%-
XYZ73.5769.1695.06-
YUV220.19141.44139.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.45%
GREEN value IS 207 (81.25% from 255) = 30.09%
BLUE value IS 244 (95.70% from 255) = 35.47%
R=34.45%
G=30.09%
B=35.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372072440.030.1500.04288.6562.7188.43
HexEDCFF43F041213f58
Octal3553173643170444177130
Binary11101101110011111111010011111101001001000011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFF4; }

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

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

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

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

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

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

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

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