#EDBEC7

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

Shades of Chantilly #EDBEC7

Tints of Chantilly #EDBEC7

Color information

#EDBEC7 (or 0xEDBEC7) is unknown color: approx Chantilly. HEX triplet: ED, BE and C7. RGB value is (237,190,199). Sum of RGB (Red+Green+Blue) = 237+190+199=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEC7 is #124138. Grayscale: #CDCDCD. Windows color (decimal): -1196345 or 13090541. OLE color: 13090541.

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

Color convert

RGB237190199-
CMYK00.200.160.07
HSL348.51º56.63%83.73%-
HSV(B)348.51º19.83%92.94%-
XYZ63.6558.9562.06-
YUV205.08124.57150.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 190 (74.61% from 255) = 30.35%
BLUE value IS 199 (78.12% from 255) = 31.79%
R=37.86%
G=30.35%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719019900.200.160.07348.5156.6383.73
HexEDBEC701410715d3954
Octal35527630702420753571124
Binary111011011011111011000111010100100001111010111011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEC7; }

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

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

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

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

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

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

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

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