#EDBDCD

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

Shades of Chantilly #EDBDCD

Tints of Chantilly #EDBDCD

Color information

#EDBDCD (or 0xEDBDCD) is unknown color: approx Chantilly. HEX triplet: ED, BD and CD. RGB value is (237,189,205). Sum of RGB (Red+Green+Blue) = 237+189+205=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDCD is #124232. Grayscale: #CDCDCD. Windows color (decimal): -1196595 or 13483501. OLE color: 13483501.

HSL color Cylindrical-coordinate representation of color #EDBDCD: hue angle of 340º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDCD is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237189205-
CMYK00.200.140.07
HSL340º57.14%83.53%-
HSV(B)340º20.25%92.94%-
XYZ64.1458.8165.73-
YUV205.18127.9150.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=37.56%
G=29.95%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718920500.200.140.0734057.1483.53
HexEDBDCD014E71543954
Octal35527531502416752471124
Binary11101101101111011100110101010011101111010101001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDCD; }

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

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

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

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

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

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

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

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