#ECBDD0

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

Shades of Chantilly #ECBDD0

Tints of Chantilly #ECBDD0

Color information

#ECBDD0 (or 0xECBDD0) is unknown color: approx Chantilly. HEX triplet: EC, BD and D0. RGB value is (236,189,208). Sum of RGB (Red+Green+Blue) = 236+189+208=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD0 is #13422F. Grayscale: #CDCDCD. Windows color (decimal): -1262128 or 13680108. OLE color: 13680108.

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

Color convert

RGB236189208-
CMYK00.200.120.07
HSL335.74º55.29%83.33%-
HSV(B)335.74º19.92%92.55%-
XYZ64.1758.7867.64-
YUV205.22129.57149.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=37.28%
G=29.86%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618920800.200.120.07335.7455.2983.33
HexECBDD0014C71503753
Octal35427532002414752067123
Binary11101100101111011101000001010011001111010100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDD0; }

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

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

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

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

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

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

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

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