#EDBBCD

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

Shades of Chantilly #EDBBCD

Tints of Chantilly #EDBBCD

Color information

#EDBBCD (or 0xEDBBCD) is unknown color: approx Chantilly. HEX triplet: ED, BB and CD. RGB value is (237,187,205). Sum of RGB (Red+Green+Blue) = 237+187+205=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBCD is #124432. Grayscale: #CBCBCB. Windows color (decimal): -1197107 or 13482989. OLE color: 13482989.

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

Color convert

RGB237187205-
CMYK00.210.140.07
HSL338.4º58.14%83.14%-
HSV(B)338.4º21.1%92.94%-
XYZ63.7157.9565.59-
YUV204128.56151.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 187 (73.44% from 255) = 29.73%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=37.68%
G=29.73%
B=32.59%

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
Decimal23718720500.210.140.07338.458.1483.14
HexEDBBCD015E71523a53
Octal35527331502516752272123
Binary11101101101110111100110101010111101111010100101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBCD; }

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

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

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

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

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

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

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

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