#EDBCC5

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

Shades of Chantilly #EDBCC5

Tints of Chantilly #EDBCC5

Color information

#EDBCC5 (or 0xEDBCC5) is unknown color: approx Chantilly. HEX triplet: ED, BC and C5. RGB value is (237,188,197). Sum of RGB (Red+Green+Blue) = 237+188+197=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCC5 is #12433A. Grayscale: #CBCBCB. Windows color (decimal): -1196859 or 12958957. OLE color: 12958957.

HSL color Cylindrical-coordinate representation of color #EDBCC5: hue angle of 348.98º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBCC5 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB237188197-
CMYK00.210.170.07
HSL348.98º57.65%83.33%-
HSV(B)348.98º20.68%92.94%-
XYZ62.995860.7-
YUV203.68124.23151.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 188 (73.83% from 255) = 30.23%
BLUE value IS 197 (77.34% from 255) = 31.67%
R=38.10%
G=30.23%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718819700.210.170.07348.9857.6583.33
HexEDBCC501511715d3a53
Octal35527430502521753572123
Binary111011011011110011000101010101100011111010111011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCC5; }

 p { color: rgb(237,188,197); }

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

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

 a { background-color: rgb(237,188,197); }

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

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

 span { border-color: rgb(237,188,197); }

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