#ECD1DA

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

Shades of Prim #ECD1DA

Tints of Prim #ECD1DA

Color information

#ECD1DA (or 0xECD1DA) is unknown color: approx Prim. HEX triplet: EC, D1 and DA. RGB value is (236,209,218). Sum of RGB (Red+Green+Blue) = 236+209+218=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1DA is #132E25. Grayscale: #DADADA. Windows color (decimal): -1256998 or 14340588. OLE color: 14340588.

HSL color Cylindrical-coordinate representation of color #ECD1DA: hue angle of 340º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD1DA is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236209218-
CMYK00.110.080.07
HSL340º41.54%87.25%-
HSV(B)340º11.44%92.55%-
XYZ70.0568.575.86-
YUV218.1127.95140.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.60%
GREEN value IS 209 (82.03% from 255) = 31.52%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=35.60%
G=31.52%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620921800.110.080.0734041.5487.25
HexECD1DA0B871542a57
Octal35432133201310752452127
Binary1110110011010001110110100101110001111010101001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1DA; }

 p { color: rgb(236,209,218); }

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

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

 a { background-color: rgb(236,209,218); }

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

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

 span { border-color: rgb(236,209,218); }

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