#ECBDCE

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

Shades of Chantilly #ECBDCE

Tints of Chantilly #ECBDCE

Color information

#ECBDCE (or 0xECBDCE) is unknown color: approx Chantilly. HEX triplet: EC, BD and CE. RGB value is (236,189,206). Sum of RGB (Red+Green+Blue) = 236+189+206=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDCE is #134231. Grayscale: #CCCCCC. Windows color (decimal): -1262130 or 13549036. OLE color: 13549036.

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

Color convert

RGB236189206-
CMYK00.200.130.07
HSL338.3º55.29%83.33%-
HSV(B)338.3º19.92%92.55%-
XYZ63.9358.6866.35-
YUV204.99128.57150.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.40%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 206 (80.86% from 255) = 32.65%
R=37.40%
G=29.95%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618920600.200.130.07338.355.2983.33
HexECBDCE014D71523753
Octal35427531602415752267123
Binary11101100101111011100111001010011011111010100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDCE; }

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

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

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

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

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

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

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

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