#EDBCD0

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

Shades of Chantilly #EDBCD0

Tints of Chantilly #EDBCD0

Color information

#EDBCD0 (or 0xEDBCD0) is unknown color: approx Chantilly. HEX triplet: ED, BC and D0. RGB value is (237,188,208). Sum of RGB (Red+Green+Blue) = 237+188+208=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCD0 is #12432F. Grayscale: #CCCCCC. Windows color (decimal): -1196848 or 13679853. OLE color: 13679853.

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

Color convert

RGB237188208-
CMYK00.210.120.07
HSL335.51º57.65%83.33%-
HSV(B)335.51º20.68%92.94%-
XYZ64.2958.5367.58-
YUV204.93129.73150.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 188 (73.83% from 255) = 29.70%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=37.44%
G=29.70%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718820800.210.120.07335.5157.6583.33
HexEDBCD0015C71503a53
Octal35527432002514752072123
Binary11101101101111001101000001010111001111010100001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCD0; }

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

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

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

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

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

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

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

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