#ECBDC6

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

Shades of Chantilly #ECBDC6

Tints of Chantilly #ECBDC6

Color information

#ECBDC6 (or 0xECBDC6) is unknown color: approx Chantilly. HEX triplet: EC, BD and C6. RGB value is (236,189,198). Sum of RGB (Red+Green+Blue) = 236+189+198=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDC6 is #134239. Grayscale: #CCCCCC. Windows color (decimal): -1262138 or 13024748. OLE color: 13024748.

HSL color Cylindrical-coordinate representation of color #ECBDC6: hue angle of 348.51º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBDC6 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB236189198-
CMYK00.200.160.07
HSL348.51º55.29%83.33%-
HSV(B)348.51º19.92%92.55%-
XYZ62.9858.3161.36-
YUV204.08124.57150.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 198 (77.73% from 255) = 31.78%
R=37.88%
G=30.34%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618919800.200.160.07348.5155.2983.33
HexECBDC601410715d3753
Octal35427530602420753567123
Binary111011001011110111000110010100100001111010111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDC6; }

 p { color: rgb(236,189,198); }

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

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

 a { background-color: rgb(236,189,198); }

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

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

 span { border-color: rgb(236,189,198); }

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