#EDBCCB

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

Shades of Chantilly #EDBCCB

Tints of Chantilly #EDBCCB

Color information

#EDBCCB (or 0xEDBCCB) is unknown color: approx Chantilly. HEX triplet: ED, BC and CB. RGB value is (237,188,203). Sum of RGB (Red+Green+Blue) = 237+188+203=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCCB is #124334. Grayscale: #CCCCCC. Windows color (decimal): -1196853 or 13352173. OLE color: 13352173.

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

Color convert

RGB237188203-
CMYK00.210.140.07
HSL341.63º57.65%83.33%-
HSV(B)341.63º20.68%92.94%-
XYZ63.6958.2864.39-
YUV204.36127.23151.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.74%
GREEN value IS 188 (73.83% from 255) = 29.94%
BLUE value IS 203 (79.69% from 255) = 32.32%
R=37.74%
G=29.94%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718820300.210.140.07341.6357.6583.33
HexEDBCCB015E71563a53
Octal35527431302516752672123
Binary11101101101111001100101101010111101111010101101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCCB; }

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

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

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

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

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

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

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

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