#EDBCC8

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

Shades of Chantilly #EDBCC8

Tints of Chantilly #EDBCC8

Color information

#EDBCC8 (or 0xEDBCC8) is unknown color: approx Chantilly. HEX triplet: ED, BC and C8. RGB value is (237,188,200). Sum of RGB (Red+Green+Blue) = 237+188+200=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCC8 is #124337. Grayscale: #CCCCCC. Windows color (decimal): -1196856 or 13155565. OLE color: 13155565.

HSL color Cylindrical-coordinate representation of color #EDBCC8: hue angle of 345.31º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBCC8 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB237188200-
CMYK00.210.160.07
HSL345.31º57.65%83.33%-
HSV(B)345.31º20.68%92.94%-
XYZ63.3358.1462.53-
YUV204.02125.73151.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.92%
GREEN value IS 188 (73.83% from 255) = 30.08%
BLUE value IS 200 (78.52% from 255) = 32%
R=37.92%
G=30.08%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718820000.210.160.07345.3157.6583.33
HexEDBCC80151071593a53
Octal35527431002520753172123
Binary111011011011110011001000010101100001111010110011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCC8; }

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

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

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

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

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

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

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

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