#EDC0CA

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

Shades of Chantilly #EDC0CA

Tints of Chantilly #EDC0CA

Color information

#EDC0CA (or 0xEDC0CA) is unknown color: approx Chantilly. HEX triplet: ED, C0 and CA. RGB value is (237,192,202). Sum of RGB (Red+Green+Blue) = 237+192+202=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0CA is #123F35. Grayscale: #CECECE. Windows color (decimal): -1195830 or 13287661. OLE color: 13287661.

HSL color Cylindrical-coordinate representation of color #EDC0CA: hue angle of 346.67º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC0CA is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237192202-
CMYK00.190.150.07
HSL346.67º55.56%84.12%-
HSV(B)346.67º18.99%92.94%-
XYZ64.4459.9764.06-
YUV206.6125.41149.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 192 (75.39% from 255) = 30.43%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=37.56%
G=30.43%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719220200.190.150.07346.6755.5684.12
HexEDC0CA013F715b3854
Octal35530031202317753370124
Binary11101101110000001100101001001111111111010110111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC0CA; }

 p { color: rgb(237,192,202); }

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

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

 a { background-color: rgb(237,192,202); }

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

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

 span { border-color: rgb(237,192,202); }

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