#EDB3BD

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

Shades of Chantilly #EDB3BD

Tints of Chantilly #EDB3BD

Color information

#EDB3BD (or 0xEDB3BD) is unknown color: approx Chantilly. HEX triplet: ED, B3 and BD. RGB value is (237,179,189). Sum of RGB (Red+Green+Blue) = 237+179+189=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3BD is #124C42. Grayscale: #C5C5C5. Windows color (decimal): -1199171 or 12432365. OLE color: 12432365.

HSL color Cylindrical-coordinate representation of color #EDB3BD: hue angle of 349.66º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB3BD is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237179189-
CMYK00.240.200.07
HSL349.66º61.7%81.57%-
HSV(B)349.66º24.47%92.94%-
XYZ60.2353.9255.38-
YUV197.48123.22156.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 179 (70.31% from 255) = 29.59%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=39.17%
G=29.59%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717918900.240.200.07349.6661.781.57
HexEDB3BD01814715e3e52
Octal35526327503024753676122
Binary111011011011001110111101011000101001111010111101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3BD; }

 p { color: rgb(237,179,189); }

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

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

 a { background-color: rgb(237,179,189); }

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

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

 span { border-color: rgb(237,179,189); }

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