#EDBEC9

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

Shades of Chantilly #EDBEC9

Tints of Chantilly #EDBEC9

Color information

#EDBEC9 (or 0xEDBEC9) is unknown color: approx Chantilly. HEX triplet: ED, BE and C9. RGB value is (237,190,201). Sum of RGB (Red+Green+Blue) = 237+190+201=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEC9 is #124136. Grayscale: #CDCDCD. Windows color (decimal): -1196343 or 13221613. OLE color: 13221613.

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

Color convert

RGB237190201-
CMYK00.200.150.07
HSL345.96º56.63%83.73%-
HSV(B)345.96º19.83%92.94%-
XYZ63.8859.0563.29-
YUV205.31125.57150.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.74%
GREEN value IS 190 (74.61% from 255) = 30.25%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=37.74%
G=30.25%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719020100.200.150.07345.9656.6383.73
HexEDBEC9014F715a3954
Octal35527631102417753271124
Binary11101101101111101100100101010011111111010110101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEC9; }

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

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

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

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

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

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

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

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