#EDB7CD

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

Shades of Chantilly #EDB7CD

Tints of Chantilly #EDB7CD

Color information

#EDB7CD (or 0xEDB7CD) is unknown color: approx Chantilly. HEX triplet: ED, B7 and CD. RGB value is (237,183,205). Sum of RGB (Red+Green+Blue) = 237+183+205=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7CD is #124832. Grayscale: #C9C9C9. Windows color (decimal): -1198131 or 13481965. OLE color: 13481965.

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

Color convert

RGB237183205-
CMYK00.230.140.07
HSL335.56º60%82.35%-
HSV(B)335.56º22.78%92.94%-
XYZ62.8856.2865.31-
YUV201.65129.89153.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.92%
GREEN value IS 183 (71.88% from 255) = 29.28%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=37.92%
G=29.28%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718320500.230.140.07335.566082.35
HexEDB7CD017E71503c52
Octal35526731502716752074122
Binary11101101101101111100110101011111101111010100001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB7CD; }

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

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

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

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

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

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

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

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