#ECD3DC

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

Shades of Prim #ECD3DC

Tints of Prim #ECD3DC

Color information

#ECD3DC (or 0xECD3DC) is unknown color: approx Prim. HEX triplet: EC, D3 and DC. RGB value is (236,211,220). Sum of RGB (Red+Green+Blue) = 236+211+220=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3DC is #132C23. Grayscale: #DBDBDB. Windows color (decimal): -1256484 or 14472172. OLE color: 14472172.

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

Color convert

RGB236211220-
CMYK00.110.070.07
HSL338.4º39.68%87.65%-
HSV(B)338.4º10.59%92.55%-
XYZ70.869.5977.41-
YUV219.5128.28139.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 211 (82.81% from 255) = 31.63%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=35.38%
G=31.63%
B=32.98%

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
Decimal23621122000.110.070.07338.439.6887.65
HexECD3DC0B771522858
Octal3543233340137752250130
Binary111011001101001111011100010111111111010100101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3DC; }

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

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

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

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

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

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

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

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