#EDBDCB

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

Shades of Chantilly #EDBDCB

Tints of Chantilly #EDBDCB

Color information

#EDBDCB (or 0xEDBDCB) is unknown color: approx Chantilly. HEX triplet: ED, BD and CB. RGB value is (237,189,203). Sum of RGB (Red+Green+Blue) = 237+189+203=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDCB is #124234. Grayscale: #CCCCCC. Windows color (decimal): -1196597 or 13352429. OLE color: 13352429.

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

Color convert

RGB237189203-
CMYK00.200.140.07
HSL342.5º57.14%83.53%-
HSV(B)342.5º20.25%92.94%-
XYZ63.958.7164.46-
YUV204.95126.9150.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=37.68%
G=30.05%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718920300.200.140.07342.557.1483.53
HexEDBDCB014E71563954
Octal35527531302416752671124
Binary11101101101111011100101101010011101111010101101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDCB; }

 p { color: rgb(237,189,203); }

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

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

 a { background-color: rgb(237,189,203); }

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

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

 span { border-color: rgb(237,189,203); }

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