#EDBEC8

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

Shades of Chantilly #EDBEC8

Tints of Chantilly #EDBEC8

Color information

#EDBEC8 (or 0xEDBEC8) is unknown color: approx Chantilly. HEX triplet: ED, BE and C8. RGB value is (237,190,200). Sum of RGB (Red+Green+Blue) = 237+190+200=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEC8 is #124137. Grayscale: #CDCDCD. Windows color (decimal): -1196344 or 13156077. OLE color: 13156077.

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

Color convert

RGB237190200-
CMYK00.200.160.07
HSL347.23º56.63%83.73%-
HSV(B)347.23º19.83%92.94%-
XYZ63.765962.67-
YUV205.19125.07150.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 200 (78.52% from 255) = 31.90%
R=37.80%
G=30.30%
B=31.90%

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
Decimal23719020000.200.160.07347.2356.6383.73
HexEDBEC801410715b3954
Octal35527631002420753371124
Binary111011011011111011001000010100100001111010110111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEC8; }

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

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

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

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

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

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

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

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