#EDBBC4

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

Shades of Chantilly #EDBBC4

Tints of Chantilly #EDBBC4

Color information

#EDBBC4 (or 0xEDBBC4) is unknown color: approx Chantilly. HEX triplet: ED, BB and C4. RGB value is (237,187,196). Sum of RGB (Red+Green+Blue) = 237+187+196=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBC4 is #12443B. Grayscale: #CACACA. Windows color (decimal): -1197116 or 12893165. OLE color: 12893165.

HSL color Cylindrical-coordinate representation of color #EDBBC4: hue angle of 349.2º 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 #EDBBC4 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB237187196-
CMYK00.210.170.07
HSL349.2º58.14%83.14%-
HSV(B)349.2º21.1%92.94%-
XYZ62.6657.5360.03-
YUV202.98124.06152.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 196 (76.95% from 255) = 31.61%
R=38.23%
G=30.16%
B=31.61%

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
Decimal23718719600.210.170.07349.258.1483.14
HexEDBBC401511715d3a53
Octal35527330402521753572123
Binary111011011011101111000100010101100011111010111011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBC4; }

 p { color: rgb(237,187,196); }

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

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

 a { background-color: rgb(237,187,196); }

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

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

 span { border-color: rgb(237,187,196); }

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