#ECBBD0

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

Shades of Chantilly #ECBBD0

Tints of Chantilly #ECBBD0

Color information

#ECBBD0 (or 0xECBBD0) is unknown color: approx Chantilly. HEX triplet: EC, BB and D0. RGB value is (236,187,208). Sum of RGB (Red+Green+Blue) = 236+187+208=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBD0 is #13442F. Grayscale: #CCCCCC. Windows color (decimal): -1262640 or 13679596. OLE color: 13679596.

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

Color convert

RGB236187208-
CMYK00.210.120.07
HSL334.29º56.32%82.94%-
HSV(B)334.29º20.76%92.55%-
XYZ63.7557.9367.5-
YUV204.04130.23150.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.40%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 208 (81.64% from 255) = 32.96%
R=37.40%
G=29.64%
B=32.96%

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
Decimal23618720800.210.120.07334.2956.3282.94
HexECBBD0015C714e3853
Octal35427332002514751670123
Binary11101100101110111101000001010111001111010011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBBD0; }

 p { color: rgb(236,187,208); }

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

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

 a { background-color: rgb(236,187,208); }

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

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

 span { border-color: rgb(236,187,208); }

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