#ECBACF

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

Shades of Chantilly #ECBACF

Tints of Chantilly #ECBACF

Color information

#ECBACF (or 0xECBACF) is unknown color: approx Chantilly. HEX triplet: EC, BA and CF. RGB value is (236,186,207). Sum of RGB (Red+Green+Blue) = 236+186+207=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBACF is #134530. Grayscale: #CBCBCB. Windows color (decimal): -1262897 or 13613804. OLE color: 13613804.

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

Color convert

RGB236186207-
CMYK00.210.120.07
HSL334.8º56.82%82.75%-
HSV(B)334.8º21.19%92.55%-
XYZ63.4157.4666.78-
YUV203.34130.06151.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.52%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 207 (81.25% from 255) = 32.91%
R=37.52%
G=29.57%
B=32.91%

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
Decimal23618620700.210.120.07334.856.8282.75
HexECBACF015C714f3953
Octal35427231702514751771123
Binary11101100101110101100111101010111001111010011111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBACF; }

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

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

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

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

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

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

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

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