#ECD2DC

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

Shades of Prim #ECD2DC

Tints of Prim #ECD2DC

Color information

#ECD2DC (or 0xECD2DC) is unknown color: approx Prim. HEX triplet: EC, D2 and DC. RGB value is (236,210,220). Sum of RGB (Red+Green+Blue) = 236+210+220=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2DC is #132D23. Grayscale: #DADADA. Windows color (decimal): -1256740 or 14471916. OLE color: 14471916.

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

Color convert

RGB236210220-
CMYK00.110.070.07
HSL336.92º40.62%87.45%-
HSV(B)336.92º11.02%92.55%-
XYZ70.5669.0977.33-
YUV218.91128.61140.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 220 (86.33% from 255) = 33.03%
R=35.44%
G=31.53%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621022000.110.070.07336.9240.6287.45
HexECD2DC0B771512957
Octal3543223340137752151127
Binary111011001101001011011100010111111111010100011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2DC; }

 p { color: rgb(236,210,220); }

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

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

 a { background-color: rgb(236,210,220); }

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

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

 span { border-color: rgb(236,210,220); }

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