#ECB4C8

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

Shades of Chantilly #ECB4C8

Tints of Chantilly #ECB4C8

Color information

#ECB4C8 (or 0xECB4C8) is unknown color: approx Chantilly. HEX triplet: EC, B4 and C8. RGB value is (236,180,200). Sum of RGB (Red+Green+Blue) = 236+180+200=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4C8 is #134B37. Grayscale: #C7C7C7. Windows color (decimal): -1264440 or 13153516. OLE color: 13153516.

HSL color Cylindrical-coordinate representation of color #ECB4C8: hue angle of 338.57º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB4C8 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB236180200-
CMYK00.240.150.07
HSL338.57º59.57%81.57%-
HSV(B)338.57º23.73%92.55%-
XYZ61.3454.6561.96-
YUV199.02128.55154.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.31%
GREEN value IS 180 (70.70% from 255) = 29.22%
BLUE value IS 200 (78.52% from 255) = 32.47%
R=38.31%
G=29.22%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618020000.240.150.07338.5759.5781.57
HexECB4C8018F71533c52
Octal35426431003017752374122
Binary11101100101101001100100001100011111111010100111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4C8; }

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

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

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

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

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

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

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

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