#EDBCC4

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

Shades of Chantilly #EDBCC4

Tints of Chantilly #EDBCC4

Color information

#EDBCC4 (or 0xEDBCC4) is unknown color: approx Chantilly. HEX triplet: ED, BC and C4. RGB value is (237,188,196). Sum of RGB (Red+Green+Blue) = 237+188+196=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCC4 is #12433B. Grayscale: #CBCBCB. Windows color (decimal): -1196860 or 12893421. OLE color: 12893421.

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

Color convert

RGB237188196-
CMYK00.210.170.07
HSL350.2º57.65%83.33%-
HSV(B)350.2º20.68%92.94%-
XYZ62.8757.9660.1-
YUV203.56123.73151.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 196 (76.95% from 255) = 31.56%
R=38.16%
G=30.27%
B=31.56%

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
Decimal23718819600.210.170.07350.257.6583.33
HexEDBCC401511715e3a53
Octal35527430402521753672123
Binary111011011011110011000100010101100011111010111101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCC4; }

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

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

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

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

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

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

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

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