#ECBDC8

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

Shades of Chantilly #ECBDC8

Tints of Chantilly #ECBDC8

Color information

#ECBDC8 (or 0xECBDC8) is unknown color: approx Chantilly. HEX triplet: EC, BD and C8. RGB value is (236,189,200). Sum of RGB (Red+Green+Blue) = 236+189+200=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDC8 is #134237. Grayscale: #CCCCCC. Windows color (decimal): -1262136 or 13155820. OLE color: 13155820.

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

Color convert

RGB236189200-
CMYK00.200.150.07
HSL345.96º55.29%83.33%-
HSV(B)345.96º19.92%92.55%-
XYZ63.2158.462.58-
YUV204.31125.57150.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 200 (78.52% from 255) = 32%
R=37.76%
G=30.24%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618920000.200.150.07345.9655.2983.33
HexECBDC8014F715a3753
Octal35427531002417753267123
Binary11101100101111011100100001010011111111010110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDC8; }

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

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

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

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

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

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

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

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