#EDCBF4

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

Shades of Blue Chalk #EDCBF4

Tints of Blue Chalk #EDCBF4

Color information

#EDCBF4 (or 0xEDCBF4) is unknown color: approx Blue Chalk. HEX triplet: ED, CB and F4. RGB value is (237,203,244). Sum of RGB (Red+Green+Blue) = 237+203+244=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDCBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCBF4 is #12340B. Grayscale: #D9D9D9. Windows color (decimal): -1192972 or 16042989. OLE color: 16042989.

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

Color convert

RGB237203244-
CMYK0.030.1700.04
HSL289.76º65.08%87.65%-
HSV(B)289.76º16.8%95.69%-
XYZ72.6167.2594.74-
YUV217.84142.76141.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 203 (79.69% from 255) = 29.68%
BLUE value IS 244 (95.70% from 255) = 35.67%
R=34.65%
G=29.68%
B=35.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372032440.030.1700.04289.7665.0887.65
HexEDCBF4311041224158
Octal35531336432104442101130
Binary1110110111001011111101001110001010010010001010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBF4; }

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

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

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

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

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

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

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

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