#EDBED0

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

Shades of Chantilly #EDBED0

Tints of Chantilly #EDBED0

Color information

#EDBED0 (or 0xEDBED0) is unknown color: approx Chantilly. HEX triplet: ED, BE and D0. RGB value is (237,190,208). Sum of RGB (Red+Green+Blue) = 237+190+208=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBED0 is #12412F. Grayscale: #CECECE. Windows color (decimal): -1196336 or 13680365. OLE color: 13680365.

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

Color convert

RGB237190208-
CMYK00.200.120.07
HSL337.02º56.63%83.73%-
HSV(B)337.02º19.83%92.94%-
XYZ64.7259.3967.73-
YUV206.1129.07150.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=37.32%
G=29.92%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719020800.200.120.07337.0256.6383.73
HexEDBED0014C71513954
Octal35527632002414752171124
Binary11101101101111101101000001010011001111010100011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBED0; }

 p { color: rgb(237,190,208); }

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

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

 a { background-color: rgb(237,190,208); }

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

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

 span { border-color: rgb(237,190,208); }

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