#EDBCCC

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

Shades of Chantilly #EDBCCC

Tints of Chantilly #EDBCCC

Color information

#EDBCCC (or 0xEDBCCC) is unknown color: approx Chantilly. HEX triplet: ED, BC and CC. RGB value is (237,188,204). Sum of RGB (Red+Green+Blue) = 237+188+204=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCCC is #124333. Grayscale: #CCCCCC. Windows color (decimal): -1196852 or 13417709. OLE color: 13417709.

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

Color convert

RGB237188204-
CMYK00.210.140.07
HSL340.41º57.65%83.33%-
HSV(B)340.41º20.68%92.94%-
XYZ63.8158.3365.02-
YUV204.48127.73151.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 188 (73.83% from 255) = 29.89%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=37.68%
G=29.89%
B=32.43%

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
Decimal23718820400.210.140.07340.4157.6583.33
HexEDBCCC015E71543a53
Octal35527431402516752472123
Binary11101101101111001100110001010111101111010101001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCCC; }

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

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

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

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

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

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

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

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