#EDBCCD

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

Shades of Chantilly #EDBCCD

Tints of Chantilly #EDBCCD

Color information

#EDBCCD (or 0xEDBCCD) is unknown color: approx Chantilly. HEX triplet: ED, BC and CD. RGB value is (237,188,205). Sum of RGB (Red+Green+Blue) = 237+188+205=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCCD is #124332. Grayscale: #CCCCCC. Windows color (decimal): -1196851 or 13483245. OLE color: 13483245.

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

Color convert

RGB237188205-
CMYK00.210.140.07
HSL339.18º57.65%83.33%-
HSV(B)339.18º20.68%92.94%-
XYZ63.9358.3865.66-
YUV204.59128.23151.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 188 (73.83% from 255) = 29.84%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=37.62%
G=29.84%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718820500.210.140.07339.1857.6583.33
HexEDBCCD015E71533a53
Octal35527431502516752372123
Binary11101101101111001100110101010111101111010100111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCCD; }

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

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

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

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

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

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

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

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