#ECB7CF

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

Shades of Chantilly #ECB7CF

Tints of Chantilly #ECB7CF

Color information

#ECB7CF (or 0xECB7CF) is unknown color: approx Chantilly. HEX triplet: EC, B7 and CF. RGB value is (236,183,207). Sum of RGB (Red+Green+Blue) = 236+183+207=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7CF is #134830. Grayscale: #C9C9C9. Windows color (decimal): -1263665 or 13613036. OLE color: 13613036.

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

Color convert

RGB236183207-
CMYK00.220.120.07
HSL332.83º58.24%82.16%-
HSV(B)332.83º22.46%92.55%-
XYZ62.7956.266.57-
YUV201.58131.06152.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 183 (71.88% from 255) = 29.23%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=37.70%
G=29.23%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618320700.220.120.07332.8358.2482.16
HexECB7CF016C714d3a52
Octal35426731702614751572122
Binary11101100101101111100111101011011001111010011011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB7CF; }

 p { color: rgb(236,183,207); }

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

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

 a { background-color: rgb(236,183,207); }

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

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

 span { border-color: rgb(236,183,207); }

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