#EDCDF4

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

Shades of Blue Chalk #EDCDF4

Tints of Blue Chalk #EDCDF4

Color information

#EDCDF4 (or 0xEDCDF4) is unknown color: approx Blue Chalk. HEX triplet: ED, CD and F4. RGB value is (237,205,244). Sum of RGB (Red+Green+Blue) = 237+205+244=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDCDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDF4 is #12320B. Grayscale: #DADADA. Windows color (decimal): -1192460 or 16043501. OLE color: 16043501.

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

Color convert

RGB237205244-
CMYK0.030.1600.04
HSL289.23º63.93%88.04%-
HSV(B)289.23º15.98%95.69%-
XYZ73.0968.294.9-
YUV219.01142.1140.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 205 (80.47% from 255) = 29.88%
BLUE value IS 244 (95.70% from 255) = 35.57%
R=34.55%
G=29.88%
B=35.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372052440.030.1600.04289.2363.9388.04
HexEDCDF4310041214058
Octal35531536432004441100130
Binary1110110111001101111101001110000010010010000110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDF4; }

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

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

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

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

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

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

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

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